#3144BD

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

Shades of Cerulean Blue #3144BD

Tints of Cerulean Blue #3144BD

Color information

#3144BD (or 0x3144BD) is unknown color: approx Cerulean Blue. HEX triplet: 31, 44 and BD. RGB value is (49,68,189). Sum of RGB (Red+Green+Blue) = 49+68+189=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #3144BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3144BD is #CEBB42. Grayscale: #4B4B4B. Windows color (decimal): -13548355 or 12403761. OLE color: 12403761.

HSL color Cylindrical-coordinate representation of color #3144BD: hue angle of 231.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3144BD is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4968189-
CMYK0.740.6400.26
HSL231.86º58.82%46.67%-
HSV(B)231.86º74.07%74.12%-
XYZ12.528.4649.12-
YUV76.11191.71108.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 189 (74.22% from 255) = 61.76%
R=16.01%
G=22.22%
B=61.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49681890.740.6400.26231.8658.8246.67
Hex3144BD4A4001Ae83b2f
Octal611042751121000323507357
Binary1100011000100101111011001010100000001101011101000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3144BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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