#3154AC

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

Shades of Cerulean Blue #3154AC

Tints of Cerulean Blue #3154AC

Color information

#3154AC (or 0x3154AC) is unknown color: approx Cerulean Blue. HEX triplet: 31, 54 and AC. RGB value is (49,84,172). Sum of RGB (Red+Green+Blue) = 49+84+172=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #3154AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3154AC is #CEAB53. Grayscale: #535353. Windows color (decimal): -13544276 or 11293745. OLE color: 11293745.

HSL color Cylindrical-coordinate representation of color #3154AC: hue angle of 222.93º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3154AC is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4984172-
CMYK0.720.5100.33
HSL222.93º55.66%43.33%-
HSV(B)222.93º71.51%67.45%-
XYZ11.889.9740.33-
YUV83.57177.9103.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=16.07%
G=27.54%
B=56.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49841720.720.5100.33222.9355.6643.33
Hex3154AC4833021df382b
Octal61124254110630413377053
Binary1100011010100101011001001000110011010000111011111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3154AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3154AC; }

 p { color: rgb(49,84,172); }

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

<style>
 a { background-color: #3154AC; }

 a { background-color: rgb(49,84,172); }

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

<style>
 span { border-color: #3154AC; }

 span { border-color: rgb(49,84,172); }

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