#356EBB

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

Shades of Curious Blue #356EBB

Tints of Curious Blue #356EBB

Color information

#356EBB (or 0x356EBB) is unknown color: approx Curious Blue. HEX triplet: 35, 6E and BB. RGB value is (53,110,187). Sum of RGB (Red+Green+Blue) = 53+110+187=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #356EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EBB is #CA9144. Grayscale: #656565. Windows color (decimal): -13275461 or 12283445. OLE color: 12283445.

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

Color convert

RGB53110187-
CMYK0.720.4100.27
HSL214.48º55.83%47.06%-
HSV(B)214.48º71.66%73.33%-
XYZ16.0115.549.16-
YUV101.73176.1293.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.14%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 187 (73.44% from 255) = 53.43%
R=15.14%
G=31.43%
B=53.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531101870.720.4100.27214.4855.8347.06
Hex356EBB482901Bd6382f
Octal65156273110510333267057
Binary110101110111010111011100100010100101101111010110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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