Html Css Color HEX #367CE4 Royal Blue

📋 copy color: '#367CE4'

red 54 ◦ green 124 ◦ blue 228

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

Shades of Royal Blue #367CE4

Tints of Royal Blue #367CE4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.54%

 BLUE value IS 228 (89.45% from 255) = 56.16%

R = 13.3%
G = 30.54%
B = 56.16%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#367CE4 (or 0x367CE4) is known color: Royal Blue. HEX triplet: 36, 7C and E4. RGB value is (54,124,228). Sum of RGB (Red+Green+Blue) = 54+124+228=406 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.30% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 228 (89.45% from 255 or 56.16% from 406); Max value from RGB is 228 - color contains mainly: blue. Hex color #367CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CE4 is #C9831B. Grayscale: #727272. Windows color (decimal): -13206300 or 14974006. OLE color: 14974006.

HSL color Cylindrical-coordinate representation of color #367CE4: hue angle of 215.86º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #367CE4 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 54 124 228 -
CMYK 0.76 0.46 0 0.11
HSL 215.86º 0.76% 0.55% -
HSV(B) 215.86º 0.76% 0.89% -
XYZ 22.73 20.8 76.22 -
YUV 114.93 191.81 84.54 -
System Red Green Blue C M Y K H S L
Decimal 54 124 228 0.76 0.46 0 0.11 215.86 0.76 0.55
Hex 36 7C E4 4C 2E 0 B D8 4C 37
Octal 66 174 344 114 56 0 13 330 114 67
Binary 110110 1111100 11100100 1001100 101110 0 1011 11011000 1001100 110111

Color Harmonies of #367CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367CE4

Black with #367CE4

Text Example


Text Example

White with #367CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,124,228); }

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

background-color css

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

 a { background-color: rgb(54,124,228); }

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

border-color css

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

 span { border-color: rgb(54,124,228); }

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