#362E77

Color #362E77 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #362E77

Tints of Deep Koamaru #362E77

Color information

#362E77 (or 0x362E77) is unknown color: approx Deep Koamaru. HEX triplet: 36, 2E and 77. RGB value is (54,46,119). Sum of RGB (Red+Green+Blue) = 54+46+119=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #362E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362E77 is #C9D188. Grayscale: #383838. Windows color (decimal): -13226377 or 7810614. OLE color: 7810614.

HSL color Cylindrical-coordinate representation of color #362E77: hue angle of 246.58º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #362E77 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5446119-
CMYK0.550.6100.53
HSL246.58º44.24%32.35%-
HSV(B)246.58º61.34%46.67%-
XYZ5.834.0717.93-
YUV56.71163.15126.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=24.66%
G=21.00%
B=54.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54461190.550.6100.53246.5844.2432.35
Hex362E77373D035f72c20
Octal665616767750653675440
Binary1101101011101110111110111111101011010111110111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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