#2F7EB9

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

Shades of Curious Blue #2F7EB9

Tints of Curious Blue #2F7EB9

Color information

#2F7EB9 (or 0x2F7EB9) is unknown color: approx Curious Blue. HEX triplet: 2F, 7E and B9. RGB value is (47,126,185). Sum of RGB (Red+Green+Blue) = 47+126+185=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #2F7EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7EB9 is #D08146. Grayscale: #6C6C6C. Windows color (decimal): -13664583 or 12156463. OLE color: 12156463.

HSL color Cylindrical-coordinate representation of color #2F7EB9: hue angle of 205.65º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F7EB9 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB47126185-
CMYK0.750.3200.27
HSL205.65º59.48%45.49%-
HSV(B)205.65º74.59%72.55%-
XYZ17.3919.0348.66-
YUV109.1170.8383.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.13%
GREEN value IS 126 (49.61% from 255) = 35.20%
BLUE value IS 185 (72.66% from 255) = 51.68%
R=13.13%
G=35.20%
B=51.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471261850.750.3200.27205.6559.4845.49
Hex2F7EB94B2001Bce3b2d
Octal57176271113400333167355
Binary101111111111010111001100101110000001101111001110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,126,185); }

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

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

 a { background-color: rgb(47,126,185); }

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

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

 span { border-color: rgb(47,126,185); }

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