Html Css Color HEX #367EDB Royal Blue

📋 copy color: '#367EDB'

red 54 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #367EDB

Tints of Royal Blue #367EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 13.53%
G = 31.58%
B = 54.89%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#367EDB (or 0x367EDB) is known color: Royal Blue. HEX triplet: 36, 7E and DB. RGB value is (54,126,219). Sum of RGB (Red+Green+Blue) = 54+126+219=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #367EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367EDB is #C98124. Grayscale: #727272. Windows color (decimal): -13205797 or 14384694. OLE color: 14384694.

HSL color Cylindrical-coordinate representation of color #367EDB: hue angle of 213.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #367EDB is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 126 219 -
CMYK 0.75 0.42 0 0.14
HSL 213.82º 0.7% 0.54% -
HSV(B) 213.82º 0.75% 0.86% -
XYZ 21.77 20.82 69.89 -
YUV 115.07 186.65 84.44 -
System Red Green Blue C M Y K H S L
Decimal 54 126 219 0.75 0.42 0 0.14 213.82 0.7 0.54
Hex 36 7E DB 4B 2A 0 E D6 46 36
Octal 66 176 333 113 52 0 16 326 106 66
Binary 110110 1111110 11011011 1001011 101010 0 1110 11010110 1000110 110110

Color Harmonies of #367EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367EDB

Black with #367EDB

Text Example


Text Example

White with #367EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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