#3345BD

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

Shades of Cerulean Blue #3345BD

Tints of Cerulean Blue #3345BD

Color information

#3345BD (or 0x3345BD) is unknown color: approx Cerulean Blue. HEX triplet: 33, 45 and BD. RGB value is (51,69,189). Sum of RGB (Red+Green+Blue) = 51+69+189=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #3345BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3345BD is #CCBA42. Grayscale: #4C4C4C. Windows color (decimal): -13417027 or 12404019. OLE color: 12404019.

HSL color Cylindrical-coordinate representation of color #3345BD: hue angle of 232.17º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3345BD is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5169189-
CMYK0.730.6300.26
HSL232.17º57.5%47.06%-
HSV(B)232.17º73.02%74.12%-
XYZ12.688.6349.14-
YUV77.3191.04109.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 189 (74.22% from 255) = 61.17%
R=16.50%
G=22.33%
B=61.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51691890.730.6300.26232.1757.547.06
Hex3345BD493F01Ae83a2f
Octal63105275111770323507257
Binary110011100010110111101100100111111101101011101000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3345BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3345BD; }

 p { color: rgb(51,69,189); }

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

<style>
 a { background-color: #3345BD; }

 a { background-color: rgb(51,69,189); }

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

<style>
 span { border-color: #3345BD; }

 span { border-color: rgb(51,69,189); }

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