#3265CA

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

Shades of Cerulean Blue #3265CA

Tints of Cerulean Blue #3265CA

Color information

#3265CA (or 0x3265CA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 65 and CA. RGB value is (50,101,202). Sum of RGB (Red+Green+Blue) = 50+101+202=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #3265CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3265CA is #CD9A35. Grayscale: #606060. Windows color (decimal): -13474358 or 13264178. OLE color: 13264178.

HSL color Cylindrical-coordinate representation of color #3265CA: hue angle of 219.87º 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 #3265CA is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB50101202-
CMYK0.750.5000.21
HSL219.87º60.32%49.41%-
HSV(B)219.87º75.25%79.22%-
XYZ16.6314.2557.75-
YUV97.26187.194.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.16%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=14.16%
G=28.61%
B=57.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501012020.750.5000.21219.8760.3249.41
Hex3265CA4B32015dc3c31
Octal62145312113620253347461
Binary110010110010111001010100101111001001010111011100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3265CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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