#3B80BF

Color #3B80BF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3B80BF

Tints of Curious Blue #3B80BF

Color information

#3B80BF (or 0x3B80BF) is unknown color: approx Curious Blue. HEX triplet: 3B, 80 and BF. RGB value is (59,128,191). Sum of RGB (Red+Green+Blue) = 59+128+191=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #3B80BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B80BF is #C47F40. Grayscale: #727272. Windows color (decimal): -12877633 or 12550203. OLE color: 12550203.

HSL color Cylindrical-coordinate representation of color #3B80BF: hue angle of 208.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B80BF is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB59128191-
CMYK0.690.3300.25
HSL208.64º52.8%49.02%-
HSV(B)208.64º69.11%74.9%-
XYZ18.9320.1352.18-
YUV114.55171.1488.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 15.61%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 191 (75% from 255) = 50.53%
R=15.61%
G=33.86%
B=50.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591281910.690.3300.25208.6452.849.02
Hex3B80BF4521019d13531
Octal73200277105410313216561
Binary1110111000000010111111100010110000101100111010001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B80BF; }

 p { color: rgb(59,128,191); }

 H1.HeaderClassName
 {
   color: #3B80BF;
 }
 .AnyTagClassName
 {
   color: #3B80BF;
 }
</style>
background-color css

<style>
 a { background-color: #3B80BF; }

 a { background-color: rgb(59,128,191); }

 div.DivClassName
 {
   background-color: #3B80BF;
 }
 .BgClassName
 {
   background-color: #3B80BF;
 }
</style>
border-color css

<style>
 span { border-color: #3B80BF; }

 span { border-color: rgb(59,128,191); }

 td.TdClassName
 {
   border-color: #3B80BF;
 }
 .TagClassName
 {
   border-color: #3B80BF;
 }
</style>