Html Css Color HEX #356BD0 Royal Blue

📋 copy color: '#356BD0'

red 53 ◦ green 107 ◦ blue 208

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

Shades of Royal Blue #356BD0

Tints of Royal Blue #356BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.52%

R = 14.4%
G = 29.08%
B = 56.52%

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

#356BD0 (or 0x356BD0) is known color: Royal Blue. HEX triplet: 35, 6B and D0. RGB value is (53,107,208). Sum of RGB (Red+Green+Blue) = 53+107+208=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 208 (81.64% from 255 or 56.52% from 368); Max value from RGB is 208 - color contains mainly: blue. Hex color #356BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BD0 is #CA942F. Grayscale: #656565. Windows color (decimal): -13276208 or 13658933. OLE color: 13658933.

HSL color Cylindrical-coordinate representation of color #356BD0: hue angle of 219.1º degrees, saturation: 0.62, 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 #356BD0 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 107 208 -
CMYK 0.75 0.49 0 0.18
HSL 219.1º 0.62% 0.51% -
HSV(B) 219.1º 0.75% 0.82% -
XYZ 18.11 15.83 61.77 -
YUV 102.37 187.61 92.79 -
System Red Green Blue C M Y K H S L
Decimal 53 107 208 0.75 0.49 0 0.18 219.1 0.62 0.51
Hex 35 6B D0 4B 31 0 12 DB 3E 33
Octal 65 153 320 113 61 0 22 333 76 63
Binary 110101 1101011 11010000 1001011 110001 0 10010 11011011 111110 110011

Color Harmonies of #356BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BD0

Black with #356BD0

Text Example


Text Example

White with #356BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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