Html Css Color HEX #3A3760 Deep Koamaru

📋 copy color: '#3A3760'

red 58 ◦ green 55 ◦ blue 96

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

Shades of Deep Koamaru #3A3760

Tints of Deep Koamaru #3A3760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.93%

R = 27.75%
G = 26.32%
B = 45.93%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3A3760 (or 0x3A3760) is known color: Deep Koamaru. HEX triplet: 3A, 37 and 60. RGB value is (58,55,96). Sum of RGB (Red+Green+Blue) = 58+55+96=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A3760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3760 is #C5C89F. Grayscale: #3C3C3C. Windows color (decimal): -12961952 or 6305594. OLE color: 6305594.

HSL color Cylindrical-coordinate representation of color #3A3760: hue angle of 244.39º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A3760 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 55 96 -
CMYK 0.40 0.43 0 0.62
HSL 244.39º 0.27% 0.3% -
HSV(B) 244.39º 0.43% 0.38% -
XYZ 5.22 4.48 11.66 -
YUV 60.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 58 55 96 0.40 0.43 0 0.62 244.39 0.27 0.3
Hex 3A 37 60 28 2B 0 3E F4 1B 1E
Octal 72 67 140 50 53 0 76 364 33 36
Binary 111010 110111 1100000 101000 101011 0 111110 11110100 11011 11110

Color Harmonies of #3A3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3760

Black with #3A3760

Text Example


Text Example

White with #3A3760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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