Html Css Color HEX #367ED8 Royal Blue

📋 copy color: '#367ED8'

red 54 ◦ green 126 ◦ blue 216

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

Shades of Royal Blue #367ED8

Tints of Royal Blue #367ED8

RGB

 RED value IS 54 (21.48% from 255) = 13.64%

 GREEN value IS 126 (49.61% from 255) = 31.82%

 BLUE value IS 216 (84.77% from 255) = 54.55%

R = 13.64%
G = 31.82%
B = 54.55%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#367ED8 (or 0x367ED8) is known color: Royal Blue. HEX triplet: 36, 7E and D8. RGB value is (54,126,216). Sum of RGB (Red+Green+Blue) = 54+126+216=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #367ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367ED8 is #C98127. Grayscale: #727272. Windows color (decimal): -13205800 or 14188086. OLE color: 14188086.

HSL color Cylindrical-coordinate representation of color #367ED8: hue angle of 213.33º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #367ED8 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 126 216 -
CMYK 0.75 0.42 0 0.15
HSL 213.33º 0.68% 0.53% -
HSV(B) 213.33º 0.75% 0.85% -
XYZ 21.38 20.66 67.83 -
YUV 114.73 185.15 84.68 -
System Red Green Blue C M Y K H S L
Decimal 54 126 216 0.75 0.42 0 0.15 213.33 0.68 0.53
Hex 36 7E D8 4B 2A 0 F D5 44 35
Octal 66 176 330 113 52 0 17 325 104 65
Binary 110110 1111110 11011000 1001011 101010 0 1111 11010101 1000100 110101

Color Harmonies of #367ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367ED8

Black with #367ED8

Text Example


Text Example

White with #367ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367ED8; }

 p { color: rgb(54,126,216); }

 H1.HeaderClassName
 {
   color: #367ED8;
 }
 .AnyTagClassName
 {
   color: #367ED8;
 }
</style>

background-color css

<style>
 a { background-color: #367ED8; }

 a { background-color: rgb(54,126,216); }

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

border-color css

<style>
 span { border-color: #367ED8; }

 span { border-color: rgb(54,126,216); }

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