Html Css Color HEX #3E3A66 Deep Koamaru

📋 copy color: '#3E3A66'

red 62 ◦ green 58 ◦ blue 102

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

Shades of Deep Koamaru #3E3A66

Tints of Deep Koamaru #3E3A66

RGB

 RED value IS 62 (24.61% from 255) = 27.93%

 GREEN value IS 58 (23.05% from 255) = 26.13%

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 27.93%
G = 26.13%
B = 45.95%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3E3A66 (or 0x3E3A66) is known color: Deep Koamaru. HEX triplet: 3E, 3A and 66. RGB value is (62,58,102). Sum of RGB (Red+Green+Blue) = 62+58+102=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #3E3A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3A66 is #C1C599. Grayscale: #404040. Windows color (decimal): -12699034 or 6699582. OLE color: 6699582.

HSL color Cylindrical-coordinate representation of color #3E3A66: hue angle of 245.45º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E3A66 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 62 58 102 -
CMYK 0.39 0.43 0 0.6
HSL 245.45º 0.28% 0.31% -
HSV(B) 245.45º 0.43% 0.4% -
XYZ 5.9 5.01 13.23 -
YUV 64.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 62 58 102 0.39 0.43 0 0.6 245.45 0.28 0.31
Hex 3E 3A 66 27 2B 0 3C F5 1C 1F
Octal 76 72 146 47 53 0 74 365 34 37
Binary 111110 111010 1100110 100111 101011 0 111100 11110101 11100 11111

Color Harmonies of #3E3A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3A66

Black with #3E3A66

Text Example


Text Example

White with #3E3A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,58,102); }

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

background-color css

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

 a { background-color: rgb(62,58,102); }

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

border-color css

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

 span { border-color: rgb(62,58,102); }

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