#3365CA

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

Shades of Cerulean Blue #3365CA

Tints of Cerulean Blue #3365CA

Color information

#3365CA (or 0x3365CA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 65 and CA. RGB value is (51,101,202). Sum of RGB (Red+Green+Blue) = 51+101+202=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #3365CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3365CA is #CC9A35. Grayscale: #616161. Windows color (decimal): -13408822 or 13264179. OLE color: 13264179.

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

Color convert

RGB51101202-
CMYK0.750.5000.21
HSL220.13º59.68%49.61%-
HSV(B)220.13º74.75%79.22%-
XYZ16.6814.2857.75-
YUV97.56186.9494.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.41%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=14.41%
G=28.53%
B=57.06%

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
Decimal511012020.750.5000.21220.1359.6849.61
Hex3365CA4B32015dc3c32
Octal63145312113620253347462
Binary110011110010111001010100101111001001010111011100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3365CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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