Html Css Color HEX #3A3963 Deep Koamaru

📋 copy color: '#3A3963'

red 58 ◦ green 57 ◦ blue 99

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

Shades of Deep Koamaru #3A3963

Tints of Deep Koamaru #3A3963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.64%

 BLUE value IS 99 (39.06% from 255) = 46.26%

R = 27.1%
G = 26.64%
B = 46.26%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3A3963 (or 0x3A3963) is known color: Deep Koamaru. HEX triplet: 3A, 39 and 63. RGB value is (58,57,99). Sum of RGB (Red+Green+Blue) = 58+57+99=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A3963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3963 is #C5C69C. Grayscale: #3D3D3D. Windows color (decimal): -12961437 or 6502714. OLE color: 6502714.

HSL color Cylindrical-coordinate representation of color #3A3963: hue angle of 241.43º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A3963 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 58 57 99 -
CMYK 0.41 0.42 0 0.61
HSL 241.43º 0.27% 0.31% -
HSV(B) 241.43º 0.42% 0.39% -
XYZ 5.46 4.73 12.43 -
YUV 62.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 58 57 99 0.41 0.42 0 0.61 241.43 0.27 0.31
Hex 3A 39 63 29 2A 0 3D F1 1B 1F
Octal 72 71 143 51 52 0 75 361 33 37
Binary 111010 111001 1100011 101001 101010 0 111101 11110001 11011 11111

Color Harmonies of #3A3963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3963

Black with #3A3963

Text Example


Text Example

White with #3A3963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,57,99); }

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

background-color css

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

 a { background-color: rgb(58,57,99); }

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

border-color css

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

 span { border-color: rgb(58,57,99); }

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