Html Css Color HEX #367DDD Royal Blue

📋 copy color: '#367DDD'

red 54 ◦ green 125 ◦ blue 221

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

Shades of Royal Blue #367DDD

Tints of Royal Blue #367DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 13.5%
G = 31.25%
B = 55.25%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#367DDD (or 0x367DDD) is known color: Royal Blue. HEX triplet: 36, 7D and DD. RGB value is (54,125,221). Sum of RGB (Red+Green+Blue) = 54+125+221=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #367DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367DDD is #C98222. Grayscale: #727272. Windows color (decimal): -13206051 or 14515510. OLE color: 14515510.

HSL color Cylindrical-coordinate representation of color #367DDD: hue angle of 214.49º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #367DDD is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 125 221 -
CMYK 0.76 0.43 0 0.13
HSL 214.49º 0.71% 0.54% -
HSV(B) 214.49º 0.76% 0.87% -
XYZ 21.91 20.67 71.24 -
YUV 114.72 187.98 84.69 -
System Red Green Blue C M Y K H S L
Decimal 54 125 221 0.76 0.43 0 0.13 214.49 0.71 0.54
Hex 36 7D DD 4C 2B 0 D D6 47 36
Octal 66 175 335 114 53 0 15 326 107 66
Binary 110110 1111101 11011101 1001100 101011 0 1101 11010110 1000111 110110

Color Harmonies of #367DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367DDD

Black with #367DDD

Text Example


Text Example

White with #367DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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