Html Css Color HEX #367FD6 Royal Blue

📋 copy color: '#367FD6'

red 54 ◦ green 127 ◦ blue 214

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

Shades of Royal Blue #367FD6

Tints of Royal Blue #367FD6

RGB

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

 GREEN value IS 127 (50% from 255) = 32.15%

 BLUE value IS 214 (83.98% from 255) = 54.18%

R = 13.67%
G = 32.15%
B = 54.18%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#367FD6 (or 0x367FD6) is known color: Royal Blue. HEX triplet: 36, 7F and D6. RGB value is (54,127,214). Sum of RGB (Red+Green+Blue) = 54+127+214=395 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.67% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #367FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367FD6 is #C98029. Grayscale: #727272. Windows color (decimal): -13205546 or 14057270. OLE color: 14057270.

HSL color Cylindrical-coordinate representation of color #367FD6: hue angle of 212.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #367FD6 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 127 214 -
CMYK 0.75 0.41 0 0.16
HSL 212.63º 0.66% 0.53% -
HSV(B) 212.63º 0.75% 0.84% -
XYZ 21.25 20.82 66.52 -
YUV 115.09 183.82 84.43 -
System Red Green Blue C M Y K H S L
Decimal 54 127 214 0.75 0.41 0 0.16 212.63 0.66 0.53
Hex 36 7F D6 4B 29 0 10 D5 42 35
Octal 66 177 326 113 51 0 20 325 102 65
Binary 110110 1111111 11010110 1001011 101001 0 10000 11010101 1000010 110101

Color Harmonies of #367FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367FD6

Black with #367FD6

Text Example


Text Example

White with #367FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,127,214); }

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

background-color css

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

 a { background-color: rgb(54,127,214); }

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

border-color css

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

 span { border-color: rgb(54,127,214); }

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