Html Css Color HEX #367BEA Royal Blue

📋 copy color: '#367BEA'

red 54 ◦ green 123 ◦ blue 234

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

Shades of Royal Blue #367BEA

Tints of Royal Blue #367BEA

RGB

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

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

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

R = 13.14%
G = 29.93%
B = 56.93%

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

#367BEA (or 0x367BEA) is known color: Royal Blue. HEX triplet: 36, 7B and EA. RGB value is (54,123,234). Sum of RGB (Red+Green+Blue) = 54+123+234=411 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.14% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #367BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367BEA is #C98415. Grayscale: #727272. Windows color (decimal): -13206550 or 15366966. OLE color: 15366966.

HSL color Cylindrical-coordinate representation of color #367BEA: hue angle of 217º 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 #367BEA is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 123 234 -
CMYK 0.77 0.47 0 0.08
HSL 217º 0.81% 0.56% -
HSV(B) 217º 0.77% 0.92% -
XYZ 23.46 20.89 80.64 -
YUV 115.02 195.14 84.47 -
System Red Green Blue C M Y K H S L
Decimal 54 123 234 0.77 0.47 0 0.08 217 0.81 0.56
Hex 36 7B EA 4D 2F 0 8 D9 51 38
Octal 66 173 352 115 57 0 10 331 121 70
Binary 110110 1111011 11101010 1001101 101111 0 1000 11011001 1010001 111000

Color Harmonies of #367BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367BEA

Black with #367BEA

Text Example


Text Example

White with #367BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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