#356CC8

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

Shades of Royal Blue #356CC8

Tints of Royal Blue #356CC8

Color information

#356CC8 (or 0x356CC8) is unknown color: approx Royal Blue. HEX triplet: 35, 6C and C8. RGB value is (53,108,200). Sum of RGB (Red+Green+Blue) = 53+108+200=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #356CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CC8 is #CA9337. Grayscale: #656565. Windows color (decimal): -13275960 or 13134901. OLE color: 13134901.

HSL color Cylindrical-coordinate representation of color #356CC8: hue angle of 217.55º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356CC8 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB53108200-
CMYK0.740.4600.22
HSL217.55º58.1%49.61%-
HSV(B)217.55º73.5%78.43%-
XYZ17.2615.6556.76-
YUV102.04183.2893.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.68%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 200 (78.52% from 255) = 55.40%
R=14.68%
G=29.92%
B=55.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal531082000.740.4600.22217.5558.149.61
Hex356CC84A2E016da3a32
Octal65154310112560263327262
Binary110101110110011001000100101010111001011011011010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,108,200); }

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

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

 a { background-color: rgb(53,108,200); }

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

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

 span { border-color: rgb(53,108,200); }

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