#3F91BC

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

Shades of Curious Blue #3F91BC

Tints of Curious Blue #3F91BC

Color information

#3F91BC (or 0x3F91BC) is unknown color: approx Curious Blue. HEX triplet: 3F, 91 and BC. RGB value is (63,145,188). Sum of RGB (Red+Green+Blue) = 63+145+188=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F91BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F91BC is #C06E43. Grayscale: #7D7D7D. Windows color (decimal): -12611140 or 12357951. OLE color: 12357951.

HSL color Cylindrical-coordinate representation of color #3F91BC: hue angle of 200.64º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F91BC is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB63145188-
CMYK0.660.2300.26
HSL200.64º49.8%49.22%-
HSV(B)200.64º66.49%73.73%-
XYZ21.2524.9451.27-
YUV125.38163.3383.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.91%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 188 (73.83% from 255) = 47.47%
R=15.91%
G=36.62%
B=47.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631451880.660.2300.26200.6449.849.22
Hex3F91BC421701Ac93231
Octal77221274102270323116261
Binary111111100100011011110010000101011101101011001001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F91BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,145,188); }

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

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

 a { background-color: rgb(63,145,188); }

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

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

 span { border-color: rgb(63,145,188); }

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