#356BBC

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

Shades of Cerulean Blue #356BBC

Tints of Cerulean Blue #356BBC

Color information

#356BBC (or 0x356BBC) is unknown color: approx Cerulean Blue. HEX triplet: 35, 6B and BC. RGB value is (53,107,188). Sum of RGB (Red+Green+Blue) = 53+107+188=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #356BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BBC is #CA9443. Grayscale: #636363. Windows color (decimal): -13276228 or 12348213. OLE color: 12348213.

HSL color Cylindrical-coordinate representation of color #356BBC: hue angle of 216º 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 #356BBC is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB53107188-
CMYK0.720.4300.26
HSL216º56.02%47.25%-
HSV(B)216º71.81%73.73%-
XYZ15.814.949.62-
YUV100.09177.6194.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.23%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 188 (73.83% from 255) = 54.02%
R=15.23%
G=30.75%
B=54.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531071880.720.4300.2621656.0247.25
Hex356BBC482B01Ad8382f
Octal65153274110530323307057
Binary110101110101110111100100100010101101101011011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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