Html Css Color HEX #3A3673 Deep Koamaru

📋 copy color: '#3A3673'

red 58 ◦ green 54 ◦ blue 115

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

Shades of Deep Koamaru #3A3673

Tints of Deep Koamaru #3A3673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.79%

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 25.55%
G = 23.79%
B = 50.66%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A3673 (or 0x3A3673) is known color: Deep Koamaru. HEX triplet: 3A, 36 and 73. RGB value is (58,54,115). Sum of RGB (Red+Green+Blue) = 58+54+115=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A3673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3673 is #C5C98C. Grayscale: #3D3D3D. Windows color (decimal): -12962189 or 7550522. OLE color: 7550522.

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

Color convert

RGB 58 54 115 -
CMYK 0.50 0.53 0 0.55
HSL 243.93º 0.36% 0.33% -
HSV(B) 243.93º 0.53% 0.45% -
XYZ 6.16 4.78 16.82 -
YUV 62.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 58 54 115 0.50 0.53 0 0.55 243.93 0.36 0.33
Hex 3A 36 73 32 35 0 37 F4 24 21
Octal 72 66 163 62 65 0 67 364 44 41
Binary 111010 110110 1110011 110010 110101 0 110111 11110100 100100 100001

Color Harmonies of #3A3673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3673

Black with #3A3673

Text Example


Text Example

White with #3A3673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,54,115); }

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

background-color css

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

 a { background-color: rgb(58,54,115); }

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

border-color css

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

 span { border-color: rgb(58,54,115); }

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