#37385F

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

Shades of Deep Koamaru #37385F

Tints of Deep Koamaru #37385F

Color information

#37385F (or 0x37385F) is unknown color: approx Deep Koamaru. HEX triplet: 37, 38 and 5F. RGB value is (55,56,95). Sum of RGB (Red+Green+Blue) = 55+56+95=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #37385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37385F is #C8C7A0. Grayscale: #3B3B3B. Windows color (decimal): -13158305 or 6240311. OLE color: 6240311.

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

Color convert

RGB555695-
CMYK0.420.4100.63
HSL238.5º26.67%29.41%-
HSV(B)238.5º42.11%37.25%-
XYZ5.064.4711.42-
YUV60.15147.67124.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=26.70%
G=27.18%
B=46.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5556950.420.4100.63238.526.6729.41
Hex37385F2A2903Fee1b1d
Octal677013752510773563335
Binary11011111100010111111010101010010111111111011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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