#2F88C7

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

Shades of Curious Blue #2F88C7

Tints of Curious Blue #2F88C7

Color information

#2F88C7 (or 0x2F88C7) is unknown color: approx Curious Blue. HEX triplet: 2F, 88 and C7. RGB value is (47,136,199). Sum of RGB (Red+Green+Blue) = 47+136+199=382 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.30% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 199 (78.12% from 255 or 52.09% from 382); Max value from RGB is 199 - color contains mainly: blue. Hex color #2F88C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F88C7 is #D07738. Grayscale: #747474. Windows color (decimal): -13662009 or 13076527. OLE color: 13076527.

HSL color Cylindrical-coordinate representation of color #2F88C7: hue angle of 204.87º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F88C7 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB47136199-
CMYK0.760.3200.22
HSL204.87º61.79%48.24%-
HSV(B)204.87º76.38%78.04%-
XYZ20.2922.3457.28-
YUV116.57174.5178.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.30%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 199 (78.12% from 255) = 52.09%
R=12.30%
G=35.60%
B=52.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal471361990.760.3200.22204.8761.7948.24
Hex2F88C74C20016cd3e30
Octal57210307114400263157660
Binary1011111000100011000111100110010000001011011001101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F88C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,136,199); }

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

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

 a { background-color: rgb(47,136,199); }

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

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

 span { border-color: rgb(47,136,199); }

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