#38376A

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

Shades of Deep Koamaru #38376A

Tints of Deep Koamaru #38376A

Color information

#38376A (or 0x38376A) is unknown color: approx Deep Koamaru. HEX triplet: 38, 37 and 6A. RGB value is (56,55,106). Sum of RGB (Red+Green+Blue) = 56+55+106=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #38376A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38376A is #C7C895. Grayscale: #3C3C3C. Windows color (decimal): -13093014 or 6960952. OLE color: 6960952.

HSL color Cylindrical-coordinate representation of color #38376A: hue angle of 241.18º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38376A is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5655106-
CMYK0.470.4800.58
HSL241.18º31.68%31.57%-
HSV(B)241.18º48.11%41.57%-
XYZ5.64.6114.23-
YUV61.11153.33124.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 106 (41.80% from 255) = 48.85%
R=25.81%
G=25.35%
B=48.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56551060.470.4800.58241.1831.6831.57
Hex38376A2F3003Af12020
Octal706715257600723614040
Binary1110001101111101010101111110000011101011110001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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