#367BE2

Color #367BE2 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #367BE2

Tints of Royal Blue #367BE2

Color information

#367BE2 (or 0x367BE2) is unknown color: approx Royal Blue. HEX triplet: 36, 7B and E2. RGB value is (54,123,226). Sum of RGB (Red+Green+Blue) = 54+123+226=403 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.40% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 226 (88.67% from 255 or 56.08% from 403); Max value from RGB is 226 - color contains mainly: blue. Hex color #367BE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367BE2 is #C9841D. Grayscale: #717171. Windows color (decimal): -13206558 or 14842678. OLE color: 14842678.

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

Color convert

RGB54123226-
CMYK0.760.4600.11
HSL215.93º74.78%54.9%-
HSV(B)215.93º76.11%88.63%-
XYZ22.3320.4474.72-
YUV114.11191.1485.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.40%
GREEN value IS 123 (48.44% from 255) = 30.52%
BLUE value IS 226 (88.67% from 255) = 56.08%
R=13.40%
G=30.52%
B=56.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal541232260.760.4600.11215.9374.7854.9
Hex367BE24C2E0Bd84b37
Octal661733421145601333011367
Binary110110111101111100010100110010111001011110110001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #367BE2;
 }
 .AnyTagClassName
 {
   color: #367BE2;
 }
</style>
background-color css

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

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

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

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

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

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