Html Css Color HEX #367FF0 Royal Blue

📋 copy color: '#367FF0'

red 54 ◦ green 127 ◦ blue 240

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

Shades of Royal Blue #367FF0

Tints of Royal Blue #367FF0

RGB

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

 GREEN value IS 127 (50% from 255) = 30.17%

 BLUE value IS 240 (94.14% from 255) = 57.01%

R = 12.83%
G = 30.17%
B = 57.01%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#367FF0 (or 0x367FF0) is known color: Royal Blue. HEX triplet: 36, 7F and F0. RGB value is (54,127,240). Sum of RGB (Red+Green+Blue) = 54+127+240=421 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.83% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 240 (94.14% from 255 or 57.01% from 421); Max value from RGB is 240 - color contains mainly: blue. Hex color #367FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367FF0 is #C9800F. Grayscale: #757575. Windows color (decimal): -13205520 or 15761206. OLE color: 15761206.

HSL color Cylindrical-coordinate representation of color #367FF0: hue angle of 216.45º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #367FF0 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 127 240 -
CMYK 0.78 0.47 0 0.06
HSL 216.45º 0.86% 0.58% -
HSV(B) 216.45º 0.78% 0.94% -
XYZ 24.84 22.25 85.42 -
YUV 118.06 196.82 82.31 -
System Red Green Blue C M Y K H S L
Decimal 54 127 240 0.78 0.47 0 0.06 216.45 0.86 0.58
Hex 36 7F F0 4E 2F 0 6 D8 56 3A
Octal 66 177 360 116 57 0 6 330 126 72
Binary 110110 1111111 11110000 1001110 101111 0 110 11011000 1010110 111010

Color Harmonies of #367FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367FF0

Black with #367FF0

Text Example


Text Example

White with #367FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,127,240); }

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

background-color css

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

 a { background-color: rgb(54,127,240); }

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

border-color css

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

 span { border-color: rgb(54,127,240); }

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