Html Css Color HEX #356BD6 Royal Blue

📋 copy color: '#356BD6'

red 53 ◦ green 107 ◦ blue 214

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

Shades of Royal Blue #356BD6

Tints of Royal Blue #356BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.22%

R = 14.17%
G = 28.61%
B = 57.22%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#356BD6 (or 0x356BD6) is known color: Royal Blue. HEX triplet: 35, 6B and D6. RGB value is (53,107,214). Sum of RGB (Red+Green+Blue) = 53+107+214=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #356BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BD6 is #CA9429. Grayscale: #666666. Windows color (decimal): -13276202 or 14052149. OLE color: 14052149.

HSL color Cylindrical-coordinate representation of color #356BD6: hue angle of 219.88º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #356BD6 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 107 214 -
CMYK 0.75 0.50 0 0.16
HSL 219.88º 0.66% 0.52% -
HSV(B) 219.88º 0.75% 0.84% -
XYZ 18.86 16.13 65.74 -
YUV 103.05 190.61 92.3 -
System Red Green Blue C M Y K H S L
Decimal 53 107 214 0.75 0.50 0 0.16 219.88 0.66 0.52
Hex 35 6B D6 4B 32 0 10 DC 42 34
Octal 65 153 326 113 62 0 20 334 102 64
Binary 110101 1101011 11010110 1001011 110010 0 10000 11011100 1000010 110100

Color Harmonies of #356BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BD6

Black with #356BD6

Text Example


Text Example

White with #356BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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