#3253B1

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

Shades of Cerulean Blue #3253B1

Tints of Cerulean Blue #3253B1

Color information

#3253B1 (or 0x3253B1) is unknown color: approx Cerulean Blue. HEX triplet: 32, 53 and B1. RGB value is (50,83,177). Sum of RGB (Red+Green+Blue) = 50+83+177=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 177 (69.53% from 255 or 57.10% from 310); Max value from RGB is 177 - color contains mainly: blue. Hex color #3253B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3253B1 is #CDAC4E. Grayscale: #535353. Windows color (decimal): -13478991 or 11621170. OLE color: 11621170.

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

Color convert

RGB5083177-
CMYK0.720.5300.31
HSL224.41º55.95%44.51%-
HSV(B)224.41º71.75%69.41%-
XYZ12.3410.0442.88-
YUV83.85180.57103.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 177 (69.53% from 255) = 57.10%
R=16.13%
G=26.77%
B=57.10%

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
Decimal50831770.720.5300.31224.4155.9544.51
Hex3253B1483501Fe0382d
Octal62123261110650373407055
Binary110010101001110110001100100011010101111111100000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3253B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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