#356CCA

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

Shades of Royal Blue #356CCA

Tints of Royal Blue #356CCA

Color information

#356CCA (or 0x356CCA) is unknown color: approx Royal Blue. HEX triplet: 35, 6C and CA. RGB value is (53,108,202). Sum of RGB (Red+Green+Blue) = 53+108+202=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #356CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CCA is #CA9335. Grayscale: #656565. Windows color (decimal): -13275958 or 13265973. OLE color: 13265973.

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

Color convert

RGB53108202-
CMYK0.740.4700.21
HSL217.85º58.43%50%-
HSV(B)217.85º73.76%79.22%-
XYZ17.4915.7557.99-
YUV102.27184.2892.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.60%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 202 (79.30% from 255) = 55.65%
R=14.60%
G=29.75%
B=55.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531082020.740.4700.21217.8558.4350
Hex356CCA4A2F015da3a32
Octal65154312112570253327262
Binary110101110110011001010100101010111101010111011010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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