#373268

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

Shades of Deep Koamaru #373268

Tints of Deep Koamaru #373268

Color information

#373268 (or 0x373268) is unknown color: approx Deep Koamaru. HEX triplet: 37, 32 and 68. RGB value is (55,50,104). Sum of RGB (Red+Green+Blue) = 55+50+104=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #373268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373268 is #C8CD97. Grayscale: #393939. Windows color (decimal): -13159832 or 6828599. OLE color: 6828599.

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

Color convert

RGB5550104-
CMYK0.470.5200.59
HSL245.56º35.06%30.2%-
HSV(B)245.56º51.92%40.78%-
XYZ5.214.0913.61-
YUV57.65154.16126.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=26.32%
G=23.92%
B=49.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55501040.470.5200.59245.5635.0630.2
Hex3732682F3403Bf6231e
Octal676215057640733664336
Binary110111110010110100010111111010001110111111011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373268; }

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

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

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

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

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

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

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

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