#3153B1

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

Shades of Cerulean Blue #3153B1

Tints of Cerulean Blue #3153B1

Color information

#3153B1 (or 0x3153B1) is unknown color: approx Cerulean Blue. HEX triplet: 31, 53 and B1. RGB value is (49,83,177). Sum of RGB (Red+Green+Blue) = 49+83+177=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 177 (69.53% from 255 or 57.28% from 309); Max value from RGB is 177 - color contains mainly: blue. Hex color #3153B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3153B1 is #CEAC4E. Grayscale: #535353. Windows color (decimal): -13544527 or 11621169. OLE color: 11621169.

HSL color Cylindrical-coordinate representation of color #3153B1: hue angle of 224.06º degrees, saturation: 0.57, 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 #3153B1 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4983177-
CMYK0.720.5300.31
HSL224.06º56.64%44.31%-
HSV(B)224.06º72.32%69.41%-
XYZ12.310.0142.88-
YUV83.55180.74103.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 177 (69.53% from 255) = 57.28%
R=15.86%
G=26.86%
B=57.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49831770.720.5300.31224.0656.6444.31
Hex3153B1483501Fe0392c
Octal61123261110650373407154
Binary110001101001110110001100100011010101111111100000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3153B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3153B1; }

 p { color: rgb(49,83,177); }

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

<style>
 a { background-color: #3153B1; }

 a { background-color: rgb(49,83,177); }

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

<style>
 span { border-color: #3153B1; }

 span { border-color: rgb(49,83,177); }

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