Html Css Color HEX #3B375F Deep Koamaru

📋 copy color: '#3B375F'

red 59 ◦ green 55 ◦ blue 95

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

Shades of Deep Koamaru #3B375F

Tints of Deep Koamaru #3B375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

 BLUE value IS 95 (37.5% from 255) = 45.45%

R = 28.23%
G = 26.32%
B = 45.45%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3B375F (or 0x3B375F) is known color: Deep Koamaru. HEX triplet: 3B, 37 and 5F. RGB value is (59,55,95). Sum of RGB (Red+Green+Blue) = 59+55+95=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #3B375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B375F is #C4C8A0. Grayscale: #3C3C3C. Windows color (decimal): -12896417 or 6240059. OLE color: 6240059.

HSL color Cylindrical-coordinate representation of color #3B375F: hue angle of 246º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B375F is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 59 55 95 -
CMYK 0.38 0.42 0 0.63
HSL 246º 0.27% 0.29% -
HSV(B) 246º 0.42% 0.37% -
XYZ 5.24 4.49 11.42 -
YUV 60.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 59 55 95 0.38 0.42 0 0.63 246 0.27 0.29
Hex 3B 37 5F 26 2A 0 3F F6 1B 1D
Octal 73 67 137 46 52 0 77 366 33 35
Binary 111011 110111 1011111 100110 101010 0 111111 11110110 11011 11101

Color Harmonies of #3B375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B375F

Black with #3B375F

Text Example


Text Example

White with #3B375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,55,95); }

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

background-color css

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

 a { background-color: rgb(59,55,95); }

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

border-color css

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

 span { border-color: rgb(59,55,95); }

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