#2F91CD

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

Shades of Curious Blue #2F91CD

Tints of Curious Blue #2F91CD

Color information

#2F91CD (or 0x2F91CD) is unknown color: approx Curious Blue. HEX triplet: 2F, 91 and CD. RGB value is (47,145,205). Sum of RGB (Red+Green+Blue) = 47+145+205=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F91CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F91CD is #D06E32. Grayscale: #7A7A7A. Windows color (decimal): -13659699 or 13472047. OLE color: 13472047.

HSL color Cylindrical-coordinate representation of color #2F91CD: hue angle of 202.78º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F91CD is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB47145205-
CMYK0.770.2900.20
HSL202.78º62.7%49.41%-
HSV(B)202.78º77.07%80.39%-
XYZ22.3225.2661.46-
YUV122.54174.5374.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.84%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 205 (80.47% from 255) = 51.64%
R=11.84%
G=36.52%
B=51.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal471452050.770.2900.20202.7862.749.41
Hex2F91CD4D1D014cb3f31
Octal57221315115350243137761
Binary101111100100011100110110011011110101010011001011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F91CD; }

 p { color: rgb(47,145,205); }

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

<style>
 a { background-color: #2F91CD; }

 a { background-color: rgb(47,145,205); }

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

<style>
 span { border-color: #2F91CD; }

 span { border-color: rgb(47,145,205); }

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