#373B68

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

Shades of Deep Koamaru #373B68

Tints of Deep Koamaru #373B68

Color information

#373B68 (or 0x373B68) is unknown color: approx Deep Koamaru. HEX triplet: 37, 3B and 68. RGB value is (55,59,104). Sum of RGB (Red+Green+Blue) = 55+59+104=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #373B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B68 is #C8C497. Grayscale: #3E3E3E. Windows color (decimal): -13157528 or 6830903. OLE color: 6830903.

HSL color Cylindrical-coordinate representation of color #373B68: hue angle of 235.1º 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 #373B68 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5559104-
CMYK0.470.4300.59
HSL235.1º30.82%31.18%-
HSV(B)235.1º47.12%40.78%-
XYZ5.644.9413.75-
YUV62.93151.17122.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 59 (23.44% from 255) = 27.06%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=25.23%
G=27.06%
B=47.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55591040.470.4300.59235.130.8231.18
Hex373B682F2B03Beb1f1f
Octal677315057530733533737
Binary11011111101111010001011111010110111011111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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