Html Css Color HEX #356BCD Royal Blue

📋 copy color: '#356BCD'

red 53 ◦ green 107 ◦ blue 205

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

Shades of Royal Blue #356BCD

Tints of Royal Blue #356BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

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

R = 14.52%
G = 29.32%
B = 56.16%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#356BCD (or 0x356BCD) is known color: Royal Blue. HEX triplet: 35, 6B and CD. RGB value is (53,107,205). Sum of RGB (Red+Green+Blue) = 53+107+205=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #356BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BCD is #CA9432. Grayscale: #656565. Windows color (decimal): -13276211 or 13462325. OLE color: 13462325.

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

Color convert

RGB 53 107 205 -
CMYK 0.74 0.48 0 0.20
HSL 218.68º 0.6% 0.51% -
HSV(B) 218.68º 0.74% 0.8% -
XYZ 17.75 15.68 59.85 -
YUV 102.03 186.11 93.03 -
System Red Green Blue C M Y K H S L
Decimal 53 107 205 0.74 0.48 0 0.20 218.68 0.6 0.51
Hex 35 6B CD 4A 30 0 14 DB 3C 33
Octal 65 153 315 112 60 0 24 333 74 63
Binary 110101 1101011 11001101 1001010 110000 0 10100 11011011 111100 110011

Color Harmonies of #356BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BCD

Black with #356BCD

Text Example


Text Example

White with #356BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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