#373074

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

Shades of Deep Koamaru #373074

Tints of Deep Koamaru #373074

Color information

#373074 (or 0x373074) is unknown color: approx Deep Koamaru. HEX triplet: 37, 30 and 74. RGB value is (55,48,116). Sum of RGB (Red+Green+Blue) = 55+48+116=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #373074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373074 is #C8CF8B. Grayscale: #393939. Windows color (decimal): -13160332 or 7614519. OLE color: 7614519.

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

Color convert

RGB5548116-
CMYK0.530.5900.55
HSL246.18º41.46%32.16%-
HSV(B)246.18º58.62%45.49%-
XYZ5.784.1917.03-
YUV57.84160.82125.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 116 (45.70% from 255) = 52.97%
R=25.11%
G=21.92%
B=52.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55481160.530.5900.55246.1841.4632.16
Hex373074353B037f62920
Octal676016465730673665140
Binary1101111100001110100110101111011011011111110110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373074; }

 p { color: rgb(55,48,116); }

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

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

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

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

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

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

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