#373768

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

Shades of Deep Koamaru #373768

Tints of Deep Koamaru #373768

Color information

#373768 (or 0x373768) is unknown color: approx Deep Koamaru. HEX triplet: 37, 37 and 68. RGB value is (55,55,104). Sum of RGB (Red+Green+Blue) = 55+55+104=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #373768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373768 is #C8C897. Grayscale: #3C3C3C. Windows color (decimal): -13158552 or 6829879. OLE color: 6829879.

HSL color Cylindrical-coordinate representation of color #373768: hue angle of 240º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #373768 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5555104-
CMYK0.470.4700.59
HSL240º30.82%31.18%-
HSV(B)240º47.12%40.78%-
XYZ5.444.5413.69-
YUV60.59152.5124.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 104 (41.02% from 255) = 48.60%
R=25.70%
G=25.70%
B=48.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55551040.470.4700.5924030.8231.18
Hex3737682F2F03Bf01f1f
Octal676715057570733603737
Binary11011111011111010001011111011110111011111100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373768; }

 p { color: rgb(55,55,104); }

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

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

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

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

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

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

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