#37386D

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

Shades of Deep Koamaru #37386D

Tints of Deep Koamaru #37386D

Color information

#37386D (or 0x37386D) is unknown color: approx Deep Koamaru. HEX triplet: 37, 38 and 6D. RGB value is (55,56,109). Sum of RGB (Red+Green+Blue) = 55+56+109=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #37386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37386D is #C8C792. Grayscale: #3D3D3D. Windows color (decimal): -13158291 or 7157815. OLE color: 7157815.

HSL color Cylindrical-coordinate representation of color #37386D: hue angle of 238.89º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37386D is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5556109-
CMYK0.500.4900.57
HSL238.89º32.93%32.16%-
HSV(B)238.89º49.54%42.75%-
XYZ5.754.7415.08-
YUV61.74154.67123.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 109 (42.97% from 255) = 49.55%
R=25%
G=25.45%
B=49.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55561090.500.4900.57238.8932.9332.16
Hex37386D3231039ef2120
Octal677015562610713574140
Binary1101111110001101101110010110001011100111101111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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