Html Css Color HEX #356BD1 Royal Blue

📋 copy color: '#356BD1'

red 53 ◦ green 107 ◦ blue 209

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

Shades of Royal Blue #356BD1

Tints of Royal Blue #356BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 56.64%

R = 14.36%
G = 29%
B = 56.64%

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

#356BD1 (or 0x356BD1) is known color: Royal Blue. HEX triplet: 35, 6B and D1. RGB value is (53,107,209). Sum of RGB (Red+Green+Blue) = 53+107+209=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 209 (82.03% from 255 or 56.64% from 369); Max value from RGB is 209 - color contains mainly: blue. Hex color #356BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BD1 is #CA942E. Grayscale: #666666. Windows color (decimal): -13276207 or 13724469. OLE color: 13724469.

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

Color convert

RGB 53 107 209 -
CMYK 0.75 0.49 0 0.18
HSL 219.23º 0.63% 0.51% -
HSV(B) 219.23º 0.75% 0.82% -
XYZ 18.23 15.88 62.42 -
YUV 102.48 188.11 92.71 -
System Red Green Blue C M Y K H S L
Decimal 53 107 209 0.75 0.49 0 0.18 219.23 0.63 0.51
Hex 35 6B D1 4B 31 0 12 DB 3F 33
Octal 65 153 321 113 61 0 22 333 77 63
Binary 110101 1101011 11010001 1001011 110001 0 10010 11011011 111111 110011

Color Harmonies of #356BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BD1

Black with #356BD1

Text Example


Text Example

White with #356BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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