Html Css Color HEX #3B386D Deep Koamaru

📋 copy color: '#3B386D'

red 59 ◦ green 56 ◦ blue 109

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

Shades of Deep Koamaru #3B386D

Tints of Deep Koamaru #3B386D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.66%

R = 26.34%
G = 25%
B = 48.66%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3B386D (or 0x3B386D) is known color: Deep Koamaru. HEX triplet: 3B, 38 and 6D. RGB value is (59,56,109). Sum of RGB (Red+Green+Blue) = 59+56+109=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B386D is #C4C792. Grayscale: #3E3E3E. Windows color (decimal): -12896147 or 7157819. OLE color: 7157819.

HSL color Cylindrical-coordinate representation of color #3B386D: hue angle of 243.4º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B386D is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 59 56 109 -
CMYK 0.46 0.49 0 0.57
HSL 243.4º 0.32% 0.32% -
HSV(B) 243.4º 0.49% 0.43% -
XYZ 5.98 4.86 15.09 -
YUV 62.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 59 56 109 0.46 0.49 0 0.57 243.4 0.32 0.32
Hex 3B 38 6D 2E 31 0 39 F3 20 20
Octal 73 70 155 56 61 0 71 363 40 40
Binary 111011 111000 1101101 101110 110001 0 111001 11110011 100000 100000

Color Harmonies of #3B386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B386D

Black with #3B386D

Text Example


Text Example

White with #3B386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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