Html Css Color HEX #367EDA Royal Blue

📋 copy color: '#367EDA'

red 54 ◦ green 126 ◦ blue 218

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

Shades of Royal Blue #367EDA

Tints of Royal Blue #367EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

 BLUE value IS 218 (85.55% from 255) = 54.77%

R = 13.57%
G = 31.66%
B = 54.77%

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

#367EDA (or 0x367EDA) is known color: Royal Blue. HEX triplet: 36, 7E and DA. RGB value is (54,126,218). Sum of RGB (Red+Green+Blue) = 54+126+218=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #367EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367EDA is #C98125. Grayscale: #727272. Windows color (decimal): -13205798 or 14319158. OLE color: 14319158.

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

Color convert

RGB 54 126 218 -
CMYK 0.75 0.42 0 0.15
HSL 213.66º 0.69% 0.53% -
HSV(B) 213.66º 0.75% 0.85% -
XYZ 21.64 20.77 69.2 -
YUV 114.96 186.15 84.52 -
System Red Green Blue C M Y K H S L
Decimal 54 126 218 0.75 0.42 0 0.15 213.66 0.69 0.53
Hex 36 7E DA 4B 2A 0 F D6 45 35
Octal 66 176 332 113 52 0 17 326 105 65
Binary 110110 1111110 11011010 1001011 101010 0 1111 11010110 1000101 110101

Color Harmonies of #367EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367EDA

Black with #367EDA

Text Example


Text Example

White with #367EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,126,218); }

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

background-color css

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

 a { background-color: rgb(54,126,218); }

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

border-color css

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

 span { border-color: rgb(54,126,218); }

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