#36385D

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

Shades of Deep Koamaru #36385D

Tints of Deep Koamaru #36385D

Color information

#36385D (or 0x36385D) is unknown color: approx Deep Koamaru. HEX triplet: 36, 38 and 5D. RGB value is (54,56,93). Sum of RGB (Red+Green+Blue) = 54+56+93=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #36385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36385D is #C9C7A2. Grayscale: #3B3B3B. Windows color (decimal): -13223843 or 6109238. OLE color: 6109238.

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

Color convert

RGB545693-
CMYK0.420.4000.64
HSL236.92º26.53%28.82%-
HSV(B)236.92º41.94%36.47%-
XYZ4.914.410.95-
YUV59.62146.84123.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=26.60%
G=27.59%
B=45.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5456930.420.4000.64236.9226.5328.82
Hex36385D2A28040ed1b1d
Octal6670135525001003553335
Binary110110111000101110110101010100001000000111011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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