#356ABC

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

Shades of Cerulean Blue #356ABC

Tints of Cerulean Blue #356ABC

Color information

#356ABC (or 0x356ABC) is unknown color: approx Cerulean Blue. HEX triplet: 35, 6A and BC. RGB value is (53,106,188). Sum of RGB (Red+Green+Blue) = 53+106+188=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #356ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ABC is #CA9543. Grayscale: #636363. Windows color (decimal): -13276484 or 12347957. OLE color: 12347957.

HSL color Cylindrical-coordinate representation of color #356ABC: hue angle of 216.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #356ABC is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB53106188-
CMYK0.720.4400.26
HSL216.44º56.02%47.25%-
HSV(B)216.44º71.81%73.73%-
XYZ15.714.749.59-
YUV99.5177.9494.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 188 (73.83% from 255) = 54.18%
R=15.27%
G=30.55%
B=54.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531061880.720.4400.26216.4456.0247.25
Hex356ABC482C01Ad8382f
Octal65152274110540323307057
Binary110101110101010111100100100010110001101011011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356ABC; }

 p { color: rgb(53,106,188); }

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

<style>
 a { background-color: #356ABC; }

 a { background-color: rgb(53,106,188); }

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

<style>
 span { border-color: #356ABC; }

 span { border-color: rgb(53,106,188); }

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