#36375B

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

Shades of Deep Koamaru #36375B

Tints of Deep Koamaru #36375B

Color information

#36375B (or 0x36375B) is unknown color: approx Deep Koamaru. HEX triplet: 36, 37 and 5B. RGB value is (54,55,91). Sum of RGB (Red+Green+Blue) = 54+55+91=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #36375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36375B is #C9C8A4. Grayscale: #3A3A3A. Windows color (decimal): -13224101 or 5977910. OLE color: 5977910.

HSL color Cylindrical-coordinate representation of color #36375B: hue angle of 238.38º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36375B is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB545591-
CMYK0.410.4000.64
HSL238.38º25.52%28.43%-
HSV(B)238.38º40.66%35.69%-
XYZ4.784.2710.47-
YUV58.8146.17124.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=27%
G=27.5%
B=45.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5455910.410.4000.64238.3825.5228.43
Hex36375B2928040ee1a1c
Octal6667133515001003563234
Binary110110110111101101110100110100001000000111011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36375B; }

 p { color: rgb(54,55,91); }

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

<style>
 a { background-color: #36375B; }

 a { background-color: rgb(54,55,91); }

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

<style>
 span { border-color: #36375B; }

 span { border-color: rgb(54,55,91); }

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