Html Css Color HEX #3A3570 Deep Koamaru

📋 copy color: '#3A3570'

red 58 ◦ green 53 ◦ blue 112

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

Shades of Deep Koamaru #3A3570

Tints of Deep Koamaru #3A3570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

 BLUE value IS 112 (44.14% from 255) = 50.22%

R = 26.01%
G = 23.77%
B = 50.22%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A3570 (or 0x3A3570) is known color: Deep Koamaru. HEX triplet: 3A, 35 and 70. RGB value is (58,53,112). Sum of RGB (Red+Green+Blue) = 58+53+112=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A3570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3570 is #C5CA8F. Grayscale: #3C3C3C. Windows color (decimal): -12962448 or 7353658. OLE color: 7353658.

HSL color Cylindrical-coordinate representation of color #3A3570: hue angle of 245.08º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A3570 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 53 112 -
CMYK 0.48 0.53 0 0.56
HSL 245.08º 0.36% 0.32% -
HSV(B) 245.08º 0.53% 0.44% -
XYZ 5.94 4.62 15.91 -
YUV 61.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 58 53 112 0.48 0.53 0 0.56 245.08 0.36 0.32
Hex 3A 35 70 30 35 0 38 F5 24 20
Octal 72 65 160 60 65 0 70 365 44 40
Binary 111010 110101 1110000 110000 110101 0 111000 11110101 100100 100000

Color Harmonies of #3A3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3570

Black with #3A3570

Text Example


Text Example

White with #3A3570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,53,112); }

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

background-color css

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

 a { background-color: rgb(58,53,112); }

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

border-color css

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

 span { border-color: rgb(58,53,112); }

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