#356FCD

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

Shades of Royal Blue #356FCD

Tints of Royal Blue #356FCD

Color information

#356FCD (or 0x356FCD) is unknown color: approx Royal Blue. HEX triplet: 35, 6F and CD. RGB value is (53,111,205). Sum of RGB (Red+Green+Blue) = 53+111+205=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #356FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FCD is #CA9032. Grayscale: #676767. Windows color (decimal): -13275187 or 13463349. OLE color: 13463349.

HSL color Cylindrical-coordinate representation of color #356FCD: hue angle of 217.11º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356FCD is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53111205-
CMYK0.740.4600.20
HSL217.11º60.32%50.59%-
HSV(B)217.11º74.15%80.39%-
XYZ18.1716.5359.99-
YUV104.37184.7891.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.36%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 205 (80.47% from 255) = 55.56%
R=14.36%
G=30.08%
B=55.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531112050.740.4600.20217.1160.3250.59
Hex356FCD4A2E014d93c33
Octal65157315112560243317463
Binary110101110111111001101100101010111001010011011001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,111,205); }

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

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

 a { background-color: rgb(53,111,205); }

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

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

 span { border-color: rgb(53,111,205); }

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