Html Css Color HEX #367BE0 Royal Blue

📋 copy color: '#367BE0'

red 54 ◦ green 123 ◦ blue 224

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

Shades of Royal Blue #367BE0

Tints of Royal Blue #367BE0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

 BLUE value IS 224 (87.89% from 255) = 55.86%

R = 13.47%
G = 30.67%
B = 55.86%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#367BE0 (or 0x367BE0) is known color: Royal Blue. HEX triplet: 36, 7B and E0. RGB value is (54,123,224). Sum of RGB (Red+Green+Blue) = 54+123+224=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #367BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367BE0 is #C9841F. Grayscale: #717171. Windows color (decimal): -13206560 or 14711606. OLE color: 14711606.

HSL color Cylindrical-coordinate representation of color #367BE0: hue angle of 215.65º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #367BE0 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 123 224 -
CMYK 0.76 0.45 0 0.12
HSL 215.65º 0.73% 0.55% -
HSV(B) 215.65º 0.76% 0.88% -
XYZ 22.06 20.33 73.28 -
YUV 113.88 190.14 85.29 -
System Red Green Blue C M Y K H S L
Decimal 54 123 224 0.76 0.45 0 0.12 215.65 0.73 0.55
Hex 36 7B E0 4C 2D 0 C D8 49 37
Octal 66 173 340 114 55 0 14 330 111 67
Binary 110110 1111011 11100000 1001100 101101 0 1100 11011000 1001001 110111

Color Harmonies of #367BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367BE0

Black with #367BE0

Text Example


Text Example

White with #367BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,123,224); }

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

background-color css

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

 a { background-color: rgb(54,123,224); }

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

border-color css

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

 span { border-color: rgb(54,123,224); }

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