#3144AB

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

Shades of Cerulean Blue #3144AB

Tints of Cerulean Blue #3144AB

Color information

#3144AB (or 0x3144AB) is unknown color: approx Cerulean Blue. HEX triplet: 31, 44 and AB. RGB value is (49,68,171). Sum of RGB (Red+Green+Blue) = 49+68+171=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #3144AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3144AB is #CEBB54. Grayscale: #494949. Windows color (decimal): -13548373 or 11224113. OLE color: 11224113.

HSL color Cylindrical-coordinate representation of color #3144AB: hue angle of 230.66º 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 #3144AB is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4968171-
CMYK0.710.6000.33
HSL230.66º55.45%43.14%-
HSV(B)230.66º71.35%67.06%-
XYZ10.687.7339.46-
YUV74.06182.71110.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 68 (26.95% from 255) = 23.61%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=17.01%
G=23.61%
B=59.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49681710.710.6000.33230.6655.4543.14
Hex3144AB473C021e7372b
Octal61104253107740413476753
Binary1100011000100101010111000111111100010000111100111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3144AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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