#3155AC

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

Shades of Cerulean Blue #3155AC

Tints of Cerulean Blue #3155AC

Color information

#3155AC (or 0x3155AC) is unknown color: approx Cerulean Blue. HEX triplet: 31, 55 and AC. RGB value is (49,85,172). Sum of RGB (Red+Green+Blue) = 49+85+172=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #3155AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3155AC is #CEAA53. Grayscale: #535353. Windows color (decimal): -13544020 or 11294001. OLE color: 11294001.

HSL color Cylindrical-coordinate representation of color #3155AC: hue angle of 222.44º 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 #3155AC is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4985172-
CMYK0.720.5100.33
HSL222.44º55.66%43.33%-
HSV(B)222.44º71.51%67.45%-
XYZ11.9610.1340.35-
YUV84.15177.57102.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 172 (67.58% from 255) = 56.21%
R=16.01%
G=27.78%
B=56.21%

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
Decimal49851720.720.5100.33222.4455.6643.33
Hex3155AC4833021de382b
Octal61125254110630413367053
Binary1100011010101101011001001000110011010000111011110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3155AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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