#3250CA

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

Shades of Cerulean Blue #3250CA

Tints of Cerulean Blue #3250CA

Color information

#3250CA (or 0x3250CA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 50 and CA. RGB value is (50,80,202). Sum of RGB (Red+Green+Blue) = 50+80+202=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #3250CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3250CA is #CDAF35. Grayscale: #545454. Windows color (decimal): -13479734 or 13258802. OLE color: 13258802.

HSL color Cylindrical-coordinate representation of color #3250CA: hue angle of 228.16º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3250CA is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5080202-
CMYK0.750.6000.21
HSL228.16º60.32%49.41%-
HSV(B)228.16º75.25%79.22%-
XYZ14.8410.6857.16-
YUV84.94194.06103.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.06%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 202 (79.30% from 255) = 60.84%
R=15.06%
G=24.10%
B=60.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50802020.750.6000.21228.1660.3249.41
Hex3250CA4B3C015e43c31
Octal62120312113740253447461
Binary110010101000011001010100101111110001010111100100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3250CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3250CA; }

 p { color: rgb(50,80,202); }

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

<style>
 a { background-color: #3250CA; }

 a { background-color: rgb(50,80,202); }

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

<style>
 span { border-color: #3250CA; }

 span { border-color: rgb(50,80,202); }

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