#356EBE

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

Shades of Curious Blue #356EBE

Tints of Curious Blue #356EBE

Color information

#356EBE (or 0x356EBE) is unknown color: approx Curious Blue. HEX triplet: 35, 6E and BE. RGB value is (53,110,190). Sum of RGB (Red+Green+Blue) = 53+110+190=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #356EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EBE is #CA9141. Grayscale: #656565. Windows color (decimal): -13275458 or 12480053. OLE color: 12480053.

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

Color convert

RGB53110190-
CMYK0.720.4200.25
HSL215.04º56.38%47.65%-
HSV(B)215.04º72.11%74.51%-
XYZ16.3415.6350.87-
YUV102.08177.6293-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.01%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=15.01%
G=31.16%
B=53.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531101900.720.4200.25215.0456.3847.65
Hex356EBE482A019d73830
Octal65156276110520313277060
Binary110101110111010111110100100010101001100111010111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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