Html Css Color HEX #356DCD Royal Blue

📋 copy color: '#356DCD'

red 53 ◦ green 109 ◦ blue 205

#356DCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #356DCD

Tints of Royal Blue #356DCD

RGB

 RED value IS 53 (21.09% from 255) = 14.44%

 GREEN value IS 109 (42.97% from 255) = 29.7%

 BLUE value IS 205 (80.47% from 255) = 55.86%

R = 14.44%
G = 29.7%
B = 55.86%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#356DCD (or 0x356DCD) is known color: Royal Blue. HEX triplet: 35, 6D and CD. RGB value is (53,109,205). Sum of RGB (Red+Green+Blue) = 53+109+205=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #356DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DCD is #CA9232. Grayscale: #666666. Windows color (decimal): -13275699 or 13462837. OLE color: 13462837.

HSL color Cylindrical-coordinate representation of color #356DCD: hue angle of 217.89º 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 #356DCD is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 109 205 -
CMYK 0.74 0.47 0 0.20
HSL 217.89º 0.6% 0.51% -
HSV(B) 217.89º 0.74% 0.8% -
XYZ 17.96 16.1 59.92 -
YUV 103.2 185.45 92.19 -
System Red Green Blue C M Y K H S L
Decimal 53 109 205 0.74 0.47 0 0.20 217.89 0.6 0.51
Hex 35 6D CD 4A 2F 0 14 DA 3C 33
Octal 65 155 315 112 57 0 24 332 74 63
Binary 110101 1101101 11001101 1001010 101111 0 10100 11011010 111100 110011

Color Harmonies of #356DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356DCD

Black with #356DCD

Text Example


Text Example

White with #356DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #356DCD;
 }
 .AnyTagClassName
 {
   color: #356DCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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