Html Css Color HEX #3A385A Deep Koamaru

📋 copy color: '#3A385A'

red 58 ◦ green 56 ◦ blue 90

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

Shades of Deep Koamaru #3A385A

Tints of Deep Koamaru #3A385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.12%

R = 28.43%
G = 27.45%
B = 44.12%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A385A (or 0x3A385A) is known color: Deep Koamaru. HEX triplet: 3A, 38 and 5A. RGB value is (58,56,90). Sum of RGB (Red+Green+Blue) = 58+56+90=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A385A is #C5C7A5. Grayscale: #3C3C3C. Windows color (decimal): -12961702 or 5912634. OLE color: 5912634.

HSL color Cylindrical-coordinate representation of color #3A385A: hue angle of 243.53º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A385A is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 56 90 -
CMYK 0.36 0.38 0 0.65
HSL 243.53º 0.23% 0.29% -
HSV(B) 243.53º 0.38% 0.35% -
XYZ 5 4.47 10.27 -
YUV 60.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 58 56 90 0.36 0.38 0 0.65 243.53 0.23 0.29
Hex 3A 38 5A 24 26 0 41 F4 17 1D
Octal 72 70 132 44 46 0 101 364 27 35
Binary 111010 111000 1011010 100100 100110 0 1000001 11110100 10111 11101

Color Harmonies of #3A385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A385A

Black with #3A385A

Text Example


Text Example

White with #3A385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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