#362EA7

Color #362EA7 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #362EA7

Tints of Blue Gem #362EA7

Color information

#362EA7 (or 0x362EA7) is unknown color: approx Blue Gem. HEX triplet: 36, 2E and A7. RGB value is (54,46,167). Sum of RGB (Red+Green+Blue) = 54+46+167=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 167 (65.62% from 255 or 62.55% from 267); Max value from RGB is 167 - color contains mainly: blue. Hex color #362EA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362EA7 is #C9D158. Grayscale: #3D3D3D. Windows color (decimal): -13226329 or 10956342. OLE color: 10956342.

HSL color Cylindrical-coordinate representation of color #362EA7: hue angle of 243.97º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #362EA7 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5446167-
CMYK0.680.7200.35
HSL243.97º56.81%41.76%-
HSV(B)243.97º72.46%65.49%-
XYZ9.475.5337.13-
YUV62.19187.15122.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 167 (65.62% from 255) = 62.55%
R=20.22%
G=17.23%
B=62.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal54461670.680.7200.35243.9756.8141.76
Hex362EA74448023f4392a
Octal66562471041100433647152
Binary1101101011101010011110001001001000010001111110100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362EA7; }

 p { color: rgb(54,46,167); }

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

<style>
 a { background-color: #362EA7; }

 a { background-color: rgb(54,46,167); }

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

<style>
 span { border-color: #362EA7; }

 span { border-color: rgb(54,46,167); }

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