Html Css Color HEX #367DD8 Royal Blue

📋 copy color: '#367DD8'

red 54 ◦ green 125 ◦ blue 216

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

Shades of Royal Blue #367DD8

Tints of Royal Blue #367DD8

RGB

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

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

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

R = 13.67%
G = 31.65%
B = 54.68%

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

#367DD8 (or 0x367DD8) is known color: Royal Blue. HEX triplet: 36, 7D and D8. RGB value is (54,125,216). Sum of RGB (Red+Green+Blue) = 54+125+216=395 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.67% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #367DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367DD8 is #C98227. Grayscale: #717171. Windows color (decimal): -13206056 or 14187830. OLE color: 14187830.

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

Color convert

RGB 54 125 216 -
CMYK 0.75 0.42 0 0.15
HSL 213.7º 0.68% 0.53% -
HSV(B) 213.7º 0.75% 0.85% -
XYZ 21.25 20.41 67.79 -
YUV 114.15 185.48 85.1 -
System Red Green Blue C M Y K H S L
Decimal 54 125 216 0.75 0.42 0 0.15 213.7 0.68 0.53
Hex 36 7D D8 4B 2A 0 F D6 44 35
Octal 66 175 330 113 52 0 17 326 104 65
Binary 110110 1111101 11011000 1001011 101010 0 1111 11010110 1000100 110101

Color Harmonies of #367DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367DD8

Black with #367DD8

Text Example


Text Example

White with #367DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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