#361EA4

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

Shades of Blue Gem #361EA4

Tints of Blue Gem #361EA4

Color information

#361EA4 (or 0x361EA4) is unknown color: approx Blue Gem. HEX triplet: 36, 1E and A4. RGB value is (54,30,164). Sum of RGB (Red+Green+Blue) = 54+30+164=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 164 (64.45% from 255 or 66.13% from 248); Max value from RGB is 164 - color contains mainly: blue. Hex color #361EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361EA4 is #C9E15B. Grayscale: #333333. Windows color (decimal): -13230428 or 10755638. OLE color: 10755638.

HSL color Cylindrical-coordinate representation of color #361EA4: hue angle of 250.75º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #361EA4 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5430164-
CMYK0.670.8200.36
HSL250.75º69.07%38.04%-
HSV(B)250.75º81.71%64.31%-
XYZ8.694.3935.51-
YUV52.45190.95129.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 30 (12.11% from 255) = 12.10%
BLUE value IS 164 (64.45% from 255) = 66.13%
R=21.77%
G=12.10%
B=66.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54301640.670.8200.36250.7569.0738.04
Hex361EA44352024fb4526
Octal663624410312204437310546
Binary1101101111010100100100001110100100100100111110111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361EA4; }

 p { color: rgb(54,30,164); }

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

<style>
 a { background-color: #361EA4; }

 a { background-color: rgb(54,30,164); }

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

<style>
 span { border-color: #361EA4; }

 span { border-color: rgb(54,30,164); }

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