#36385E

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

Shades of Deep Koamaru #36385E

Tints of Deep Koamaru #36385E

Color information

#36385E (or 0x36385E) is unknown color: approx Deep Koamaru. HEX triplet: 36, 38 and 5E. RGB value is (54,56,94). Sum of RGB (Red+Green+Blue) = 54+56+94=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #36385E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36385E is #C9C7A1. Grayscale: #3B3B3B. Windows color (decimal): -13223842 or 6174774. OLE color: 6174774.

HSL color Cylindrical-coordinate representation of color #36385E: hue angle of 237º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36385E is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB545694-
CMYK0.430.4000.63
HSL237º27.03%29.02%-
HSV(B)237º42.55%36.86%-
XYZ4.964.4211.18-
YUV59.73147.34123.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 94 (37.11% from 255) = 46.08%
R=26.47%
G=27.45%
B=46.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5456940.430.4000.6323727.0329.02
Hex36385E2B2803Fed1b1d
Octal667013653500773553335
Binary11011011100010111101010111010000111111111011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36385E; }

 p { color: rgb(54,56,94); }

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

<style>
 a { background-color: #36385E; }

 a { background-color: rgb(54,56,94); }

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

<style>
 span { border-color: #36385E; }

 span { border-color: rgb(54,56,94); }

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