#356ABE

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

Shades of Cerulean Blue #356ABE

Tints of Cerulean Blue #356ABE

Color information

#356ABE (or 0x356ABE) is unknown color: approx Cerulean Blue. HEX triplet: 35, 6A and BE. RGB value is (53,106,190). Sum of RGB (Red+Green+Blue) = 53+106+190=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #356ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ABE is #CA9541. Grayscale: #636363. Windows color (decimal): -13276482 or 12479029. OLE color: 12479029.

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

Color convert

RGB53106190-
CMYK0.720.4400.25
HSL216.79º56.38%47.65%-
HSV(B)216.79º72.11%74.51%-
XYZ15.9214.7850.73-
YUV99.73178.9494.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 106 (41.80% from 255) = 30.37%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=15.19%
G=30.37%
B=54.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531061900.720.4400.25216.7956.3847.65
Hex356ABE482C019d93830
Octal65152276110540313317060
Binary110101110101010111110100100010110001100111011001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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