#3155BF

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

Shades of Cerulean Blue #3155BF

Tints of Cerulean Blue #3155BF

Color information

#3155BF (or 0x3155BF) is unknown color: approx Cerulean Blue. HEX triplet: 31, 55 and BF. RGB value is (49,85,191). Sum of RGB (Red+Green+Blue) = 49+85+191=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #3155BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3155BF is #CEAA40. Grayscale: #555555. Windows color (decimal): -13544001 or 12539185. OLE color: 12539185.

HSL color Cylindrical-coordinate representation of color #3155BF: hue angle of 224.79º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3155BF is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4985191-
CMYK0.740.5500.25
HSL224.79º59.17%47.06%-
HSV(B)224.79º74.35%74.9%-
XYZ13.9210.9150.66-
YUV86.32187.07101.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 191 (75% from 255) = 58.77%
R=15.08%
G=26.15%
B=58.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal49851910.740.5500.25224.7959.1747.06
Hex3155BF4A37019e13b2f
Octal61125277112670313417357
Binary110001101010110111111100101011011101100111100001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3155BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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