#3251C0

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

Shades of Cerulean Blue #3251C0

Tints of Cerulean Blue #3251C0

Color information

#3251C0 (or 0x3251C0) is unknown color: approx Cerulean Blue. HEX triplet: 32, 51 and C0. RGB value is (50,81,192). Sum of RGB (Red+Green+Blue) = 50+81+192=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #3251C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3251C0 is #CDAE3F. Grayscale: #535353. Windows color (decimal): -13479488 or 12603698. OLE color: 12603698.

HSL color Cylindrical-coordinate representation of color #3251C0: hue angle of 226.9º 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 #3251C0 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5081192-
CMYK0.740.5800.25
HSL226.9º58.68%47.45%-
HSV(B)226.9º73.96%75.29%-
XYZ13.7710.3751.14-
YUV84.38188.73103.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 192 (75.39% from 255) = 59.44%
R=15.48%
G=25.08%
B=59.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50811920.740.5800.25226.958.6847.45
Hex3251C04A3A019e33b2f
Octal62121300112720313437357
Binary110010101000111000000100101011101001100111100011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3251C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3251C0; }

 p { color: rgb(50,81,192); }

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

<style>
 a { background-color: #3251C0; }

 a { background-color: rgb(50,81,192); }

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

<style>
 span { border-color: #3251C0; }

 span { border-color: rgb(50,81,192); }

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