Html Css Color HEX #3B385D Deep Koamaru

📋 copy color: '#3B385D'

red 59 ◦ green 56 ◦ blue 93

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

Shades of Deep Koamaru #3B385D

Tints of Deep Koamaru #3B385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

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

R = 28.37%
G = 26.92%
B = 44.71%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3B385D (or 0x3B385D) is known color: Deep Koamaru. HEX triplet: 3B, 38 and 5D. RGB value is (59,56,93). Sum of RGB (Red+Green+Blue) = 59+56+93=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B385D is #C4C7A2. Grayscale: #3C3C3C. Windows color (decimal): -12896163 or 6109243. OLE color: 6109243.

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

Color convert

RGB 59 56 93 -
CMYK 0.37 0.40 0 0.64
HSL 244.86º 0.25% 0.29% -
HSV(B) 244.86º 0.4% 0.36% -
XYZ 5.19 4.55 10.96 -
YUV 61.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 59 56 93 0.37 0.40 0 0.64 244.86 0.25 0.29
Hex 3B 38 5D 25 28 0 40 F5 19 1D
Octal 73 70 135 45 50 0 100 365 31 35
Binary 111011 111000 1011101 100101 101000 0 1000000 11110101 11001 11101

Color Harmonies of #3B385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B385D

Black with #3B385D

Text Example


Text Example

White with #3B385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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