#373475

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

Shades of Deep Koamaru #373475

Tints of Deep Koamaru #373475

Color information

#373475 (or 0x373475) is unknown color: approx Deep Koamaru. HEX triplet: 37, 34 and 75. RGB value is (55,52,117). Sum of RGB (Red+Green+Blue) = 55+52+117=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #373475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373475 is #C8CB8A. Grayscale: #3C3C3C. Windows color (decimal): -13159307 or 7681079. OLE color: 7681079.

HSL color Cylindrical-coordinate representation of color #373475: hue angle of 242.77º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #373475 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5552117-
CMYK0.530.5600.54
HSL242.77º38.46%33.14%-
HSV(B)242.77º55.56%45.88%-
XYZ6.014.5517.39-
YUV60.31159.99124.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.55%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=24.55%
G=23.21%
B=52.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55521170.530.5600.54242.7738.4633.14
Hex3734753538036f32621
Octal676416565700663634641
Binary1101111101001110101110101111000011011011110011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373475; }

 p { color: rgb(55,52,117); }

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

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

 a { background-color: rgb(55,52,117); }

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

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

 span { border-color: rgb(55,52,117); }

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