Html Css Color HEX #367AD5 Royal Blue

📋 copy color: '#367AD5'

red 54 ◦ green 122 ◦ blue 213

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

Shades of Royal Blue #367AD5

Tints of Royal Blue #367AD5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.36%

 BLUE value IS 213 (83.59% from 255) = 54.76%

R = 13.88%
G = 31.36%
B = 54.76%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#367AD5 (or 0x367AD5) is known color: Royal Blue. HEX triplet: 36, 7A and D5. RGB value is (54,122,213). Sum of RGB (Red+Green+Blue) = 54+122+213=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #367AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367AD5 is #C9852A. Grayscale: #6F6F6F. Windows color (decimal): -13206827 or 13990454. OLE color: 13990454.

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

Color convert

RGB 54 122 213 -
CMYK 0.75 0.43 0 0.16
HSL 214.34º 0.65% 0.52% -
HSV(B) 214.34º 0.75% 0.84% -
XYZ 20.49 19.51 65.64 -
YUV 112.04 184.97 86.6 -
System Red Green Blue C M Y K H S L
Decimal 54 122 213 0.75 0.43 0 0.16 214.34 0.65 0.52
Hex 36 7A D5 4B 2B 0 10 D6 41 34
Octal 66 172 325 113 53 0 20 326 101 64
Binary 110110 1111010 11010101 1001011 101011 0 10000 11010110 1000001 110100

Color Harmonies of #367AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367AD5

Black with #367AD5

Text Example


Text Example

White with #367AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,122,213); }

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

background-color css

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

 a { background-color: rgb(54,122,213); }

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

border-color css

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

 span { border-color: rgb(54,122,213); }

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