Html Css Color HEX #3A396B Deep Koamaru

📋 copy color: '#3A396B'

red 58 ◦ green 57 ◦ blue 107

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

Shades of Deep Koamaru #3A396B

Tints of Deep Koamaru #3A396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.68%

 BLUE value IS 107 (42.19% from 255) = 48.2%

R = 26.13%
G = 25.68%
B = 48.2%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3A396B (or 0x3A396B) is known color: Deep Koamaru. HEX triplet: 3A, 39 and 6B. RGB value is (58,57,107). Sum of RGB (Red+Green+Blue) = 58+57+107=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A396B is #C5C694. Grayscale: #3E3E3E. Windows color (decimal): -12961429 or 7027002. OLE color: 7027002.

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

Color convert

RGB 58 57 107 -
CMYK 0.46 0.47 0 0.58
HSL 241.2º 0.3% 0.32% -
HSV(B) 241.2º 0.47% 0.42% -
XYZ 5.86 4.89 14.54 -
YUV 63 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 58 57 107 0.46 0.47 0 0.58 241.2 0.3 0.32
Hex 3A 39 6B 2E 2F 0 3A F1 1E 20
Octal 72 71 153 56 57 0 72 361 36 40
Binary 111010 111001 1101011 101110 101111 0 111010 11110001 11110 100000

Color Harmonies of #3A396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A396B

Black with #3A396B

Text Example


Text Example

White with #3A396B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,57,107); }

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

background-color css

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

 a { background-color: rgb(58,57,107); }

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

border-color css

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

 span { border-color: rgb(58,57,107); }

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