Html Css Color HEX #367DDB Royal Blue

📋 copy color: '#367DDB'

red 54 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #367DDB

Tints of Royal Blue #367DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.41%

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

R = 13.57%
G = 31.41%
B = 55.03%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#367DDB (or 0x367DDB) is known color: Royal Blue. HEX triplet: 36, 7D and DB. RGB value is (54,125,219). Sum of RGB (Red+Green+Blue) = 54+125+219=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #367DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367DDB is #C98224. Grayscale: #727272. Windows color (decimal): -13206053 or 14384438. OLE color: 14384438.

HSL color Cylindrical-coordinate representation of color #367DDB: hue angle of 214.18º 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 #367DDB is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 125 219 -
CMYK 0.75 0.43 0 0.14
HSL 214.18º 0.7% 0.54% -
HSV(B) 214.18º 0.75% 0.86% -
XYZ 21.64 20.57 69.85 -
YUV 114.49 186.98 84.86 -
System Red Green Blue C M Y K H S L
Decimal 54 125 219 0.75 0.43 0 0.14 214.18 0.7 0.54
Hex 36 7D DB 4B 2B 0 E D6 46 36
Octal 66 175 333 113 53 0 16 326 106 66
Binary 110110 1111101 11011011 1001011 101011 0 1110 11010110 1000110 110110

Color Harmonies of #367DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367DDB

Black with #367DDB

Text Example


Text Example

White with #367DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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