Html Css Color HEX #367CEB Royal Blue

📋 copy color: '#367CEB'

red 54 ◦ green 124 ◦ blue 235

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

Shades of Royal Blue #367CEB

Tints of Royal Blue #367CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 13.08%
G = 30.02%
B = 56.9%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#367CEB (or 0x367CEB) is known color: Royal Blue. HEX triplet: 36, 7C and EB. RGB value is (54,124,235). Sum of RGB (Red+Green+Blue) = 54+124+235=413 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.08% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #367CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367CEB is #C98314. Grayscale: #737373. Windows color (decimal): -13206293 or 15432758. OLE color: 15432758.

HSL color Cylindrical-coordinate representation of color #367CEB: hue angle of 216.8º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #367CEB is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 124 235 -
CMYK 0.77 0.47 0 0.08
HSL 216.8º 0.82% 0.57% -
HSV(B) 216.8º 0.77% 0.92% -
XYZ 23.72 21.2 81.44 -
YUV 115.72 195.31 83.97 -
System Red Green Blue C M Y K H S L
Decimal 54 124 235 0.77 0.47 0 0.08 216.8 0.82 0.57
Hex 36 7C EB 4D 2F 0 8 D9 52 39
Octal 66 174 353 115 57 0 10 331 122 71
Binary 110110 1111100 11101011 1001101 101111 0 1000 11011001 1010010 111001

Color Harmonies of #367CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367CEB

Black with #367CEB

Text Example


Text Example

White with #367CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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