#36385F

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

Shades of Deep Koamaru #36385F

Tints of Deep Koamaru #36385F

Color information

#36385F (or 0x36385F) is unknown color: approx Deep Koamaru. HEX triplet: 36, 38 and 5F. RGB value is (54,56,95). Sum of RGB (Red+Green+Blue) = 54+56+95=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #36385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36385F is #C9C7A0. Grayscale: #3B3B3B. Windows color (decimal): -13223841 or 6240310. OLE color: 6240310.

HSL color Cylindrical-coordinate representation of color #36385F: hue angle of 237.07º degrees, saturation: 0.28, 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 #36385F is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB545695-
CMYK0.430.4100.63
HSL237.07º27.52%29.22%-
HSV(B)237.07º43.16%37.25%-
XYZ54.4411.42-
YUV59.85147.84123.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=26.34%
G=27.32%
B=46.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5456950.430.4100.63237.0727.5229.22
Hex36385F2B2903Fed1c1d
Octal667013753510773553435
Binary11011011100010111111010111010010111111111011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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