Html Css Color HEX #367DDC Royal Blue

📋 copy color: '#367DDC'

red 54 ◦ green 125 ◦ blue 220

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

Shades of Royal Blue #367DDC

Tints of Royal Blue #367DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 13.53%
G = 31.33%
B = 55.14%

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

#367DDC (or 0x367DDC) is known color: Royal Blue. HEX triplet: 36, 7D and DC. RGB value is (54,125,220). Sum of RGB (Red+Green+Blue) = 54+125+220=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #367DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367DDC is #C98223. Grayscale: #727272. Windows color (decimal): -13206052 or 14449974. OLE color: 14449974.

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

Color convert

RGB 54 125 220 -
CMYK 0.75 0.43 0 0.14
HSL 214.34º 0.7% 0.54% -
HSV(B) 214.34º 0.75% 0.86% -
XYZ 21.77 20.62 70.54 -
YUV 114.6 187.48 84.78 -
System Red Green Blue C M Y K H S L
Decimal 54 125 220 0.75 0.43 0 0.14 214.34 0.7 0.54
Hex 36 7D DC 4B 2B 0 E D6 46 36
Octal 66 175 334 113 53 0 16 326 106 66
Binary 110110 1111101 11011100 1001011 101011 0 1110 11010110 1000110 110110

Color Harmonies of #367DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367DDC

Black with #367DDC

Text Example


Text Example

White with #367DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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