#3356BD

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

Shades of Cerulean Blue #3356BD

Tints of Cerulean Blue #3356BD

Color information

#3356BD (or 0x3356BD) is unknown color: approx Cerulean Blue. HEX triplet: 33, 56 and BD. RGB value is (51,86,189). Sum of RGB (Red+Green+Blue) = 51+86+189=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #3356BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3356BD is #CCA942. Grayscale: #565656. Windows color (decimal): -13412675 or 12408371. OLE color: 12408371.

HSL color Cylindrical-coordinate representation of color #3356BD: hue angle of 224.78º 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 #3356BD is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5186189-
CMYK0.730.5400.26
HSL224.78º57.5%47.06%-
HSV(B)224.78º73.02%74.12%-
XYZ13.8811.0349.54-
YUV87.28185.4102.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 189 (74.22% from 255) = 57.98%
R=15.64%
G=26.38%
B=57.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51861890.730.5400.26224.7857.547.06
Hex3356BD493601Ae13a2f
Octal63126275111660323417257
Binary110011101011010111101100100111011001101011100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3356BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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