#3155B0

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

Shades of Cerulean Blue #3155B0

Tints of Cerulean Blue #3155B0

Color information

#3155B0 (or 0x3155B0) is unknown color: approx Cerulean Blue. HEX triplet: 31, 55 and B0. RGB value is (49,85,176). Sum of RGB (Red+Green+Blue) = 49+85+176=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 176 (69.14% from 255 or 56.77% from 310); Max value from RGB is 176 - color contains mainly: blue. Hex color #3155B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3155B0 is #CEAA4F. Grayscale: #545454. Windows color (decimal): -13544016 or 11556145. OLE color: 11556145.

HSL color Cylindrical-coordinate representation of color #3155B0: hue angle of 222.99º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3155B0 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4985176-
CMYK0.720.5200.31
HSL222.99º56.44%44.12%-
HSV(B)222.99º72.16%69.02%-
XYZ12.3510.2842.41-
YUV84.61179.57102.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 176 (69.14% from 255) = 56.77%
R=15.81%
G=27.42%
B=56.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49851760.720.5200.31222.9956.4444.12
Hex3155B0483401Fdf382c
Octal61125260110640373377054
Binary110001101010110110000100100011010001111111011111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3155B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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