#38376F

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

Shades of Deep Koamaru #38376F

Tints of Deep Koamaru #38376F

Color information

#38376F (or 0x38376F) is unknown color: approx Deep Koamaru. HEX triplet: 38, 37 and 6F. RGB value is (56,55,111). Sum of RGB (Red+Green+Blue) = 56+55+111=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #38376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38376F is #C7C890. Grayscale: #3D3D3D. Windows color (decimal): -13093009 or 7288632. OLE color: 7288632.

HSL color Cylindrical-coordinate representation of color #38376F: hue angle of 241.07º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38376F is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5655111-
CMYK0.500.5000.56
HSL241.07º33.73%32.55%-
HSV(B)241.07º50.45%43.53%-
XYZ5.874.7215.64-
YUV61.68155.83123.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 111 (43.75% from 255) = 50%
R=25.23%
G=24.77%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56551110.500.5000.56241.0733.7332.55
Hex38376F3232038f12221
Octal706715762620703614241
Binary1110001101111101111110010110010011100011110001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38376F; }

 p { color: rgb(56,55,111); }

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

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

 a { background-color: rgb(56,55,111); }

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

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

 span { border-color: rgb(56,55,111); }

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