Html Css Color HEX #3A3663 Deep Koamaru

📋 copy color: '#3A3663'

red 58 ◦ green 54 ◦ blue 99

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

Shades of Deep Koamaru #3A3663

Tints of Deep Koamaru #3A3663

RGB

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

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

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

R = 27.49%
G = 25.59%
B = 46.92%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3A3663 (or 0x3A3663) is known color: Deep Koamaru. HEX triplet: 3A, 36 and 63. RGB value is (58,54,99). Sum of RGB (Red+Green+Blue) = 58+54+99=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A3663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3663 is #C5C99C. Grayscale: #3C3C3C. Windows color (decimal): -12962205 or 6501946. OLE color: 6501946.

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

Color convert

RGB 58 54 99 -
CMYK 0.41 0.45 0 0.61
HSL 245.33º 0.29% 0.3% -
HSV(B) 245.33º 0.45% 0.39% -
XYZ 5.32 4.44 12.38 -
YUV 60.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 58 54 99 0.41 0.45 0 0.61 245.33 0.29 0.3
Hex 3A 36 63 29 2D 0 3D F5 1D 1E
Octal 72 66 143 51 55 0 75 365 35 36
Binary 111010 110110 1100011 101001 101101 0 111101 11110101 11101 11110

Color Harmonies of #3A3663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3663

Black with #3A3663

Text Example


Text Example

White with #3A3663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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