Html Css Color HEX #356BD2 Royal Blue

📋 copy color: '#356BD2'

red 53 ◦ green 107 ◦ blue 210

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

Shades of Royal Blue #356BD2

Tints of Royal Blue #356BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.76%

R = 14.32%
G = 28.92%
B = 56.76%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#356BD2 (or 0x356BD2) is known color: Royal Blue. HEX triplet: 35, 6B and D2. RGB value is (53,107,210). Sum of RGB (Red+Green+Blue) = 53+107+210=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #356BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BD2 is #CA942D. Grayscale: #666666. Windows color (decimal): -13276206 or 13790005. OLE color: 13790005.

HSL color Cylindrical-coordinate representation of color #356BD2: hue angle of 219.36º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #356BD2 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 107 210 -
CMYK 0.75 0.49 0 0.18
HSL 219.36º 0.64% 0.52% -
HSV(B) 219.36º 0.75% 0.82% -
XYZ 18.36 15.93 63.08 -
YUV 102.6 188.61 92.62 -
System Red Green Blue C M Y K H S L
Decimal 53 107 210 0.75 0.49 0 0.18 219.36 0.64 0.52
Hex 35 6B D2 4B 31 0 12 DB 40 34
Octal 65 153 322 113 61 0 22 333 100 64
Binary 110101 1101011 11010010 1001011 110001 0 10010 11011011 1000000 110100

Color Harmonies of #356BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BD2

Black with #356BD2

Text Example


Text Example

White with #356BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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