#373260

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

Shades of Deep Koamaru #373260

Tints of Deep Koamaru #373260

Color information

#373260 (or 0x373260) is unknown color: approx Deep Koamaru. HEX triplet: 37, 32 and 60. RGB value is (55,50,96). Sum of RGB (Red+Green+Blue) = 55+50+96=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #373260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373260 is #C8CD9F. Grayscale: #383838. Windows color (decimal): -13159840 or 6304311. OLE color: 6304311.

HSL color Cylindrical-coordinate representation of color #373260: hue angle of 246.52º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #373260 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB555096-
CMYK0.430.4800.62
HSL246.52º31.51%28.63%-
HSV(B)246.52º47.92%37.65%-
XYZ4.833.9411.57-
YUV56.74150.16126.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=27.36%
G=24.88%
B=47.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5550960.430.4800.62246.5231.5128.63
Hex3732602B3003Ef7201d
Octal676214053600763674035
Binary110111110010110000010101111000001111101111011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373260; }

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

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

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

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

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

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

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

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