#3365BA

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

Shades of Cerulean Blue #3365BA

Tints of Cerulean Blue #3365BA

Color information

#3365BA (or 0x3365BA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 65 and BA. RGB value is (51,101,186). Sum of RGB (Red+Green+Blue) = 51+101+186=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #3365BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3365BA is #CC9A45. Grayscale: #5F5F5F. Windows color (decimal): -13408838 or 12215603. OLE color: 12215603.

HSL color Cylindrical-coordinate representation of color #3365BA: hue angle of 217.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3365BA is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51101186-
CMYK0.730.4600.27
HSL217.78º56.96%46.47%-
HSV(B)217.78º72.58%72.94%-
XYZ14.8813.5648.29-
YUV95.74178.9496.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.09%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=15.09%
G=29.88%
B=55.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511011860.730.4600.27217.7856.9646.47
Hex3365BA492E01Bda392e
Octal63145272111560333327156
Binary110011110010110111010100100110111001101111011010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3365BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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