Html Css Color HEX #3B395D Deep Koamaru

📋 copy color: '#3B395D'

red 59 ◦ green 57 ◦ blue 93

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

Shades of Deep Koamaru #3B395D

Tints of Deep Koamaru #3B395D

RGB

 RED value IS 59 (23.44% from 255) = 28.23%

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

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 28.23%
G = 27.27%
B = 44.5%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3B395D (or 0x3B395D) is known color: Deep Koamaru. HEX triplet: 3B, 39 and 5D. RGB value is (59,57,93). Sum of RGB (Red+Green+Blue) = 59+57+93=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B395D is #C4C6A2. Grayscale: #3D3D3D. Windows color (decimal): -12895907 or 6109499. OLE color: 6109499.

HSL color Cylindrical-coordinate representation of color #3B395D: hue angle of 243.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B395D is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 59 57 93 -
CMYK 0.37 0.39 0 0.64
HSL 243.33º 0.24% 0.29% -
HSV(B) 243.33º 0.39% 0.36% -
XYZ 5.24 4.65 10.98 -
YUV 61.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 59 57 93 0.37 0.39 0 0.64 243.33 0.24 0.29
Hex 3B 39 5D 25 27 0 40 F3 18 1D
Octal 73 71 135 45 47 0 100 363 30 35
Binary 111011 111001 1011101 100101 100111 0 1000000 11110011 11000 11101

Color Harmonies of #3B395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B395D

Black with #3B395D

Text Example


Text Example

White with #3B395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,57,93); }

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

background-color css

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

 a { background-color: rgb(59,57,93); }

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

border-color css

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

 span { border-color: rgb(59,57,93); }

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