#3356AF

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

Shades of Cerulean Blue #3356AF

Tints of Cerulean Blue #3356AF

Color information

#3356AF (or 0x3356AF) is unknown color: approx Cerulean Blue. HEX triplet: 33, 56 and AF. RGB value is (51,86,175). Sum of RGB (Red+Green+Blue) = 51+86+175=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #3356AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3356AF is #CCA950. Grayscale: #555555. Windows color (decimal): -13412689 or 11490867. OLE color: 11490867.

HSL color Cylindrical-coordinate representation of color #3356AF: hue angle of 223.06º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3356AF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5186175-
CMYK0.710.5100.31
HSL223.06º54.87%44.31%-
HSV(B)223.06º70.86%68.63%-
XYZ12.4310.4541.92-
YUV85.68178.4103.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 175 (68.75% from 255) = 56.09%
R=16.35%
G=27.56%
B=56.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51861750.710.5100.31223.0654.8744.31
Hex3356AF473301Fdf372c
Octal63126257107630373376754
Binary110011101011010101111100011111001101111111011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3356AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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