Html Css Color HEX #3A3571 Deep Koamaru

📋 copy color: '#3A3571'

red 58 ◦ green 53 ◦ blue 113

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

Shades of Deep Koamaru #3A3571

Tints of Deep Koamaru #3A3571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 25.89%
G = 23.66%
B = 50.45%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A3571 (or 0x3A3571) is known color: Deep Koamaru. HEX triplet: 3A, 35 and 71. RGB value is (58,53,113). Sum of RGB (Red+Green+Blue) = 58+53+113=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A3571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3571 is #C5CA8E. Grayscale: #3D3D3D. Windows color (decimal): -12962447 or 7419194. OLE color: 7419194.

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

Color convert

RGB 58 53 113 -
CMYK 0.49 0.53 0 0.56
HSL 245º 0.36% 0.33% -
HSV(B) 245º 0.53% 0.44% -
XYZ 6 4.64 16.2 -
YUV 61.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 58 53 113 0.49 0.53 0 0.56 245 0.36 0.33
Hex 3A 35 71 31 35 0 38 F5 24 21
Octal 72 65 161 61 65 0 70 365 44 41
Binary 111010 110101 1110001 110001 110101 0 111000 11110101 100100 100001

Color Harmonies of #3A3571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3571

Black with #3A3571

Text Example


Text Example

White with #3A3571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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