#373B69

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

Shades of Deep Koamaru #373B69

Tints of Deep Koamaru #373B69

Color information

#373B69 (or 0x373B69) is unknown color: approx Deep Koamaru. HEX triplet: 37, 3B and 69. RGB value is (55,59,105). Sum of RGB (Red+Green+Blue) = 55+59+105=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #373B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B69 is #C8C496. Grayscale: #3E3E3E. Windows color (decimal): -13157527 or 6896439. OLE color: 6896439.

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

Color convert

RGB5559105-
CMYK0.480.4400.59
HSL235.2º31.25%31.37%-
HSV(B)235.2º47.62%41.18%-
XYZ5.694.9614.02-
YUV63.05151.67122.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 59 (23.44% from 255) = 26.94%
BLUE value IS 105 (41.41% from 255) = 47.95%
R=25.11%
G=26.94%
B=47.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55591050.480.4400.59235.231.2531.37
Hex373B69302C03Beb1f1f
Octal677315160540733533737
Binary11011111101111010011100001011000111011111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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