Html Css Color HEX #3A3563 Deep Koamaru

📋 copy color: '#3A3563'

red 58 ◦ green 53 ◦ blue 99

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

Shades of Deep Koamaru #3A3563

Tints of Deep Koamaru #3A3563

RGB

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

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

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

R = 27.62%
G = 25.24%
B = 47.14%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3A3563 (or 0x3A3563) is known color: Deep Koamaru. HEX triplet: 3A, 35 and 63. RGB value is (58,53,99). Sum of RGB (Red+Green+Blue) = 58+53+99=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A3563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3563 is #C5CA9C. Grayscale: #3B3B3B. Windows color (decimal): -12962461 or 6501690. OLE color: 6501690.

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

Color convert

RGB 58 53 99 -
CMYK 0.41 0.46 0 0.61
HSL 246.52º 0.3% 0.3% -
HSV(B) 246.52º 0.46% 0.39% -
XYZ 5.27 4.35 12.37 -
YUV 59.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 58 53 99 0.41 0.46 0 0.61 246.52 0.3 0.3
Hex 3A 35 63 29 2E 0 3D F7 1E 1E
Octal 72 65 143 51 56 0 75 367 36 36
Binary 111010 110101 1100011 101001 101110 0 111101 11110111 11110 11110

Color Harmonies of #3A3563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3563

Black with #3A3563

Text Example


Text Example

White with #3A3563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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