#373269

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

Shades of Deep Koamaru #373269

Tints of Deep Koamaru #373269

Color information

#373269 (or 0x373269) is unknown color: approx Deep Koamaru. HEX triplet: 37, 32 and 69. RGB value is (55,50,105). Sum of RGB (Red+Green+Blue) = 55+50+105=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #373269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373269 is #C8CD96. Grayscale: #393939. Windows color (decimal): -13159831 or 6894135. OLE color: 6894135.

HSL color Cylindrical-coordinate representation of color #373269: hue angle of 245.45º 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 #373269 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5550105-
CMYK0.480.5200.59
HSL245.45º35.48%30.39%-
HSV(B)245.45º52.38%41.18%-
XYZ5.274.1113.88-
YUV57.76154.66126.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.19%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 105 (41.41% from 255) = 50%
R=26.19%
G=23.81%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55501050.480.5200.59245.4535.4830.39
Hex373269303403Bf5231e
Octal676215160640733654336
Binary110111110010110100111000011010001110111111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373269; }

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

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

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

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

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

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

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

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