#247FB3

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

Shades of Curious Blue #247FB3

Tints of Curious Blue #247FB3

Color information

#247FB3 (or 0x247FB3) is unknown color: approx Curious Blue. HEX triplet: 24, 7F and B3. RGB value is (36,127,179). Sum of RGB (Red+Green+Blue) = 36+127+179=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #247FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FB3 is #DB804C. Grayscale: #696969. Windows color (decimal): -14385229 or 11763492. OLE color: 11763492.

HSL color Cylindrical-coordinate representation of color #247FB3: hue angle of 201.82º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #247FB3 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB36127179-
CMYK0.800.2900.30
HSL201.82º66.51%42.16%-
HSV(B)201.82º79.89%70.2%-
XYZ16.4518.8145.41-
YUV105.72169.3578.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.53%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 179 (70.31% from 255) = 52.34%
R=10.53%
G=37.13%
B=52.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal361271790.800.2900.30201.8266.5142.16
Hex247FB3501D01Eca432a
Octal441772631203503631210352
Binary100100111111110110011101000011101011110110010101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247FB3; }

 p { color: rgb(36,127,179); }

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

<style>
 a { background-color: #247FB3; }

 a { background-color: rgb(36,127,179); }

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

<style>
 span { border-color: #247FB3; }

 span { border-color: rgb(36,127,179); }

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