Html Css Color HEX #3B395B Deep Koamaru

📋 copy color: '#3B395B'

red 59 ◦ green 57 ◦ blue 91

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

Shades of Deep Koamaru #3B395B

Tints of Deep Koamaru #3B395B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.96%

R = 28.5%
G = 27.54%
B = 43.96%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3B395B (or 0x3B395B) is known color: Deep Koamaru. HEX triplet: 3B, 39 and 5B. RGB value is (59,57,91). Sum of RGB (Red+Green+Blue) = 59+57+91=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B395B is #C4C6A4. Grayscale: #3D3D3D. Windows color (decimal): -12895909 or 5978427. OLE color: 5978427.

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

Color convert

RGB 59 57 91 -
CMYK 0.35 0.37 0 0.64
HSL 243.53º 0.23% 0.29% -
HSV(B) 243.53º 0.37% 0.36% -
XYZ 5.16 4.61 10.52 -
YUV 61.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 59 57 91 0.35 0.37 0 0.64 243.53 0.23 0.29
Hex 3B 39 5B 23 25 0 40 F4 17 1D
Octal 73 71 133 43 45 0 100 364 27 35
Binary 111011 111001 1011011 100011 100101 0 1000000 11110100 10111 11101

Color Harmonies of #3B395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B395B

Black with #3B395B

Text Example


Text Example

White with #3B395B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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