#373A6C

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

Shades of Deep Koamaru #373A6C

Tints of Deep Koamaru #373A6C

Color information

#373A6C (or 0x373A6C) is unknown color: approx Deep Koamaru. HEX triplet: 37, 3A and 6C. RGB value is (55,58,108). Sum of RGB (Red+Green+Blue) = 55+58+108=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #373A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A6C is #C8C593. Grayscale: #3E3E3E. Windows color (decimal): -13157780 or 7092791. OLE color: 7092791.

HSL color Cylindrical-coordinate representation of color #373A6C: hue angle of 236.6º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #373A6C is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5558108-
CMYK0.490.4600.58
HSL236.6º32.52%31.96%-
HSV(B)236.6º49.07%42.35%-
XYZ5.84.9214.83-
YUV62.8153.51122.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=24.89%
G=26.24%
B=48.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55581080.490.4600.58236.632.5231.96
Hex373A6C312E03Aed2120
Octal677215461560723554140
Binary1101111110101101100110001101110011101011101101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373A6C; }

 p { color: rgb(55,58,108); }

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

<style>
 a { background-color: #373A6C; }

 a { background-color: rgb(55,58,108); }

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

<style>
 span { border-color: #373A6C; }

 span { border-color: rgb(55,58,108); }

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