#373266

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

Shades of Deep Koamaru #373266

Tints of Deep Koamaru #373266

Color information

#373266 (or 0x373266) is unknown color: approx Deep Koamaru. HEX triplet: 37, 32 and 66. RGB value is (55,50,102). Sum of RGB (Red+Green+Blue) = 55+50+102=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #373266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373266 is #C8CD99. Grayscale: #393939. Windows color (decimal): -13159834 or 6697527. OLE color: 6697527.

HSL color Cylindrical-coordinate representation of color #373266: hue angle of 245.77º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #373266 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5550102-
CMYK0.460.5100.6
HSL245.77º34.21%29.8%-
HSV(B)245.77º50.98%40%-
XYZ5.114.0513.08-
YUV57.42153.16126.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=26.57%
G=24.15%
B=49.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55501020.460.5100.6245.7734.2129.8
Hex3732662E3303Cf6221e
Octal676214656630743664236
Binary110111110010110011010111011001101111001111011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373266; }

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

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

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

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

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

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

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

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