Html Css Color HEX #367EEA Royal Blue

📋 copy color: '#367EEA'

red 54 ◦ green 126 ◦ blue 234

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

Shades of Royal Blue #367EEA

Tints of Royal Blue #367EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.52%

R = 13.04%
G = 30.43%
B = 56.52%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#367EEA (or 0x367EEA) is known color: Royal Blue. HEX triplet: 36, 7E and EA. RGB value is (54,126,234). Sum of RGB (Red+Green+Blue) = 54+126+234=414 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.04% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #367EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367EEA is #C98115. Grayscale: #747474. Windows color (decimal): -13205782 or 15367734. OLE color: 15367734.

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

Color convert

RGB 54 126 234 -
CMYK 0.77 0.46 0 0.08
HSL 216º 0.81% 0.56% -
HSV(B) 216º 0.77% 0.92% -
XYZ 23.83 21.65 80.76 -
YUV 116.78 194.15 83.22 -
System Red Green Blue C M Y K H S L
Decimal 54 126 234 0.77 0.46 0 0.08 216 0.81 0.56
Hex 36 7E EA 4D 2E 0 8 D8 51 38
Octal 66 176 352 115 56 0 10 330 121 70
Binary 110110 1111110 11101010 1001101 101110 0 1000 11011000 1010001 111000

Color Harmonies of #367EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367EEA

Black with #367EEA

Text Example


Text Example

White with #367EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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