#3147A7

Color #3147A7 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3147A7

Tints of Cerulean Blue #3147A7

Color information

#3147A7 (or 0x3147A7) is unknown color: approx Cerulean Blue. HEX triplet: 31, 47 and A7. RGB value is (49,71,167). Sum of RGB (Red+Green+Blue) = 49+71+167=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 167 (65.62% from 255 or 58.19% from 287); Max value from RGB is 167 - color contains mainly: blue. Hex color #3147A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3147A7 is #CEB858. Grayscale: #4A4A4A. Windows color (decimal): -13547609 or 10962737. OLE color: 10962737.

HSL color Cylindrical-coordinate representation of color #3147A7: hue angle of 228.81º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3147A7 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4971167-
CMYK0.710.5700.35
HSL228.81º54.63%42.35%-
HSV(B)228.81º70.66%65.49%-
XYZ10.497.9537.54-
YUV75.37179.71109.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 167 (65.62% from 255) = 58.19%
R=17.07%
G=24.74%
B=58.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49711670.710.5700.35228.8154.6342.35
Hex3147A74739023e5372a
Octal61107247107710433456752
Binary1100011000111101001111000111111001010001111100101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3147A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3147A7; }

 p { color: rgb(49,71,167); }

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

<style>
 a { background-color: #3147A7; }

 a { background-color: rgb(49,71,167); }

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

<style>
 span { border-color: #3147A7; }

 span { border-color: rgb(49,71,167); }

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