#38365A

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

Shades of Deep Koamaru #38365A

Tints of Deep Koamaru #38365A

Color information

#38365A (or 0x38365A) is unknown color: approx Deep Koamaru. HEX triplet: 38, 36 and 5A. RGB value is (56,54,90). Sum of RGB (Red+Green+Blue) = 56+54+90=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #38365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38365A is #C7C9A5. Grayscale: #3A3A3A. Windows color (decimal): -13093286 or 5912120. OLE color: 5912120.

HSL color Cylindrical-coordinate representation of color #38365A: hue angle of 243.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38365A is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB565490-
CMYK0.380.4000.65
HSL243.33º25%28.24%-
HSV(B)243.33º40%35.29%-
XYZ4.84.2210.23-
YUV58.7145.66126.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 90 (35.55% from 255) = 45%
R=28%
G=27%
B=45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5654900.380.4000.65243.332528.24
Hex38365A2628041f3191c
Octal7066132465001013633134
Binary111000110110101101010011010100001000001111100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,54,90); }

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

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

 a { background-color: rgb(56,54,90); }

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

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

 span { border-color: rgb(56,54,90); }

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