#38346B

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

Shades of Deep Koamaru #38346B

Tints of Deep Koamaru #38346B

Color information

#38346B (or 0x38346B) is unknown color: approx Deep Koamaru. HEX triplet: 38, 34 and 6B. RGB value is (56,52,107). Sum of RGB (Red+Green+Blue) = 56+52+107=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #38346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38346B is #C7CB94. Grayscale: #3B3B3B. Windows color (decimal): -13093781 or 7025720. OLE color: 7025720.

HSL color Cylindrical-coordinate representation of color #38346B: hue angle of 244.36º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38346B is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5652107-
CMYK0.480.5100.58
HSL244.36º34.59%31.18%-
HSV(B)244.36º51.4%41.96%-
XYZ5.514.3614.46-
YUV59.47154.83125.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=26.05%
G=24.19%
B=49.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56521070.480.5100.58244.3634.5931.18
Hex38346B303303Af4231f
Octal706415360630723644337
Binary111000110100110101111000011001101110101111010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38346B; }

 p { color: rgb(56,52,107); }

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

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

 a { background-color: rgb(56,52,107); }

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

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

 span { border-color: rgb(56,52,107); }

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