#373262

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

Shades of Deep Koamaru #373262

Tints of Deep Koamaru #373262

Color information

#373262 (or 0x373262) is unknown color: approx Deep Koamaru. HEX triplet: 37, 32 and 62. RGB value is (55,50,98). Sum of RGB (Red+Green+Blue) = 55+50+98=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #373262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373262 is #C8CD9D. Grayscale: #383838. Windows color (decimal): -13159838 or 6435383. OLE color: 6435383.

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

Color convert

RGB555098-
CMYK0.440.4900.62
HSL246.25º32.43%29.02%-
HSV(B)246.25º48.98%38.43%-
XYZ4.923.9812.06-
YUV56.97151.16126.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=27.09%
G=24.63%
B=48.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5550980.440.4900.62246.2532.4329.02
Hex3732622C3103Ef6201d
Octal676214254610763664035
Binary110111110010110001010110011000101111101111011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373262; }

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

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

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

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

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

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

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

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