Html Css Color HEX #3A375B Deep Koamaru

📋 copy color: '#3A375B'

red 58 ◦ green 55 ◦ blue 91

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

Shades of Deep Koamaru #3A375B

Tints of Deep Koamaru #3A375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.96%

 BLUE value IS 91 (35.94% from 255) = 44.61%

R = 28.43%
G = 26.96%
B = 44.61%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A375B (or 0x3A375B) is known color: Deep Koamaru. HEX triplet: 3A, 37 and 5B. RGB value is (58,55,91). Sum of RGB (Red+Green+Blue) = 58+55+91=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A375B is #C5C8A4. Grayscale: #3B3B3B. Windows color (decimal): -12961957 or 5977914. OLE color: 5977914.

HSL color Cylindrical-coordinate representation of color #3A375B: hue angle of 245º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A375B is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 55 91 -
CMYK 0.36 0.40 0 0.64
HSL 245º 0.25% 0.29% -
HSV(B) 245º 0.4% 0.36% -
XYZ 5 4.39 10.48 -
YUV 60 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 58 55 91 0.36 0.40 0 0.64 245 0.25 0.29
Hex 3A 37 5B 24 28 0 40 F5 19 1D
Octal 72 67 133 44 50 0 100 365 31 35
Binary 111010 110111 1011011 100100 101000 0 1000000 11110101 11001 11101

Color Harmonies of #3A375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A375B

Black with #3A375B

Text Example


Text Example

White with #3A375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,55,91); }

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

background-color css

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

 a { background-color: rgb(58,55,91); }

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

border-color css

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

 span { border-color: rgb(58,55,91); }

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