Html Css Color HEX #3A3662 Deep Koamaru

📋 copy color: '#3A3662'

red 58 ◦ green 54 ◦ blue 98

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

Shades of Deep Koamaru #3A3662

Tints of Deep Koamaru #3A3662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.67%

R = 27.62%
G = 25.71%
B = 46.67%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3A3662 (or 0x3A3662) is known color: Deep Koamaru. HEX triplet: 3A, 36 and 62. RGB value is (58,54,98). Sum of RGB (Red+Green+Blue) = 58+54+98=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A3662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3662 is #C5C99D. Grayscale: #3C3C3C. Windows color (decimal): -12962206 or 6436410. OLE color: 6436410.

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

Color convert

RGB 58 54 98 -
CMYK 0.41 0.45 0 0.62
HSL 245.45º 0.29% 0.3% -
HSV(B) 245.45º 0.45% 0.38% -
XYZ 5.27 4.42 12.13 -
YUV 60.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 58 54 98 0.41 0.45 0 0.62 245.45 0.29 0.3
Hex 3A 36 62 29 2D 0 3E F5 1D 1E
Octal 72 66 142 51 55 0 76 365 35 36
Binary 111010 110110 1100010 101001 101101 0 111110 11110101 11101 11110

Color Harmonies of #3A3662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3662

Black with #3A3662

Text Example


Text Example

White with #3A3662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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