#3144AA

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

Shades of Cerulean Blue #3144AA

Tints of Cerulean Blue #3144AA

Color information

#3144AA (or 0x3144AA) is unknown color: approx Cerulean Blue. HEX triplet: 31, 44 and AA. RGB value is (49,68,170). Sum of RGB (Red+Green+Blue) = 49+68+170=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #3144AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3144AA is #CEBB55. Grayscale: #494949. Windows color (decimal): -13548374 or 11158577. OLE color: 11158577.

HSL color Cylindrical-coordinate representation of color #3144AA: hue angle of 230.58º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3144AA is Cyan = 0.71, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4968170-
CMYK0.710.600.33
HSL230.58º55.25%42.94%-
HSV(B)230.58º71.18%66.67%-
XYZ10.597.6938.96-
YUV73.95182.21110.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 170 (66.80% from 255) = 59.23%
R=17.07%
G=23.69%
B=59.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49681700.710.600.33230.5855.2542.94
Hex3144AA473C021e7372b
Octal61104252107740413476753
Binary1100011000100101010101000111111100010000111100111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3144AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3144AA; }

 p { color: rgb(49,68,170); }

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

<style>
 a { background-color: #3144AA; }

 a { background-color: rgb(49,68,170); }

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

<style>
 span { border-color: #3144AA; }

 span { border-color: rgb(49,68,170); }

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