Html Css Color HEX #367DE2 Royal Blue

📋 copy color: '#367DE2'

red 54 ◦ green 125 ◦ blue 226

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

Shades of Royal Blue #367DE2

Tints of Royal Blue #367DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 55.8%

R = 13.33%
G = 30.86%
B = 55.8%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#367DE2 (or 0x367DE2) is known color: Royal Blue. HEX triplet: 36, 7D and E2. RGB value is (54,125,226). Sum of RGB (Red+Green+Blue) = 54+125+226=405 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.33% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 226 (88.67% from 255 or 55.80% from 405); Max value from RGB is 226 - color contains mainly: blue. Hex color #367DE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367DE2 is #C9821D. Grayscale: #727272. Windows color (decimal): -13206046 or 14843190. OLE color: 14843190.

HSL color Cylindrical-coordinate representation of color #367DE2: hue angle of 215.23º degrees, saturation: 0.75, 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 #367DE2 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 54 125 226 -
CMYK 0.76 0.45 0 0.11
HSL 215.23º 0.75% 0.55% -
HSV(B) 215.23º 0.76% 0.89% -
XYZ 22.58 20.94 74.8 -
YUV 115.29 190.48 84.29 -
System Red Green Blue C M Y K H S L
Decimal 54 125 226 0.76 0.45 0 0.11 215.23 0.75 0.55
Hex 36 7D E2 4C 2D 0 B D7 4B 37
Octal 66 175 342 114 55 0 13 327 113 67
Binary 110110 1111101 11100010 1001100 101101 0 1011 11010111 1001011 110111

Color Harmonies of #367DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367DE2

Black with #367DE2

Text Example


Text Example

White with #367DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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