Html Css Color HEX #3A385F Deep Koamaru

📋 copy color: '#3A385F'

red 58 ◦ green 56 ◦ blue 95

#3A385F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #3A385F

Tints of Deep Koamaru #3A385F

RGB

 RED value IS 58 (23.05% from 255) = 27.75%

 GREEN value IS 56 (22.27% from 255) = 26.79%

 BLUE value IS 95 (37.5% from 255) = 45.45%

R = 27.75%
G = 26.79%
B = 45.45%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3A385F (or 0x3A385F) is known color: Deep Koamaru. HEX triplet: 3A, 38 and 5F. RGB value is (58,56,95). Sum of RGB (Red+Green+Blue) = 58+56+95=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A385F is #C5C7A0. Grayscale: #3C3C3C. Windows color (decimal): -12961697 or 6240314. OLE color: 6240314.

HSL color Cylindrical-coordinate representation of color #3A385F: hue angle of 243.08º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A385F is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 58 56 95 -
CMYK 0.39 0.41 0 0.63
HSL 243.08º 0.26% 0.3% -
HSV(B) 243.08º 0.41% 0.37% -
XYZ 5.22 4.55 11.43 -
YUV 61.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 58 56 95 0.39 0.41 0 0.63 243.08 0.26 0.3
Hex 3A 38 5F 27 29 0 3F F3 1A 1E
Octal 72 70 137 47 51 0 77 363 32 36
Binary 111010 111000 1011111 100111 101001 0 111111 11110011 11010 11110

Color Harmonies of #3A385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A385F

Black with #3A385F

Text Example


Text Example

White with #3A385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A385F; }

 p { color: rgb(58,56,95); }

 H1.HeaderClassName
 {
   color: #3A385F;
 }
 .AnyTagClassName
 {
   color: #3A385F;
 }
</style>

background-color css

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

 a { background-color: rgb(58,56,95); }

 div.DivClassName
 {
   background-color: #3A385F;
 }
 .BgClassName
 {
   background-color: #3A385F;
 }
</style>

border-color css

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

 span { border-color: rgb(58,56,95); }

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