Html Css Color HEX #3B386A Deep Koamaru

📋 copy color: '#3B386A'

red 59 ◦ green 56 ◦ blue 106

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

Shades of Deep Koamaru #3B386A

Tints of Deep Koamaru #3B386A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.96%

R = 26.7%
G = 25.34%
B = 47.96%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3B386A (or 0x3B386A) is known color: Deep Koamaru. HEX triplet: 3B, 38 and 6A. RGB value is (59,56,106). Sum of RGB (Red+Green+Blue) = 59+56+106=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #3B386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B386A is #C4C795. Grayscale: #3E3E3E. Windows color (decimal): -12896150 or 6961211. OLE color: 6961211.

HSL color Cylindrical-coordinate representation of color #3B386A: hue angle of 243.6º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B386A is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 59 56 106 -
CMYK 0.44 0.47 0 0.58
HSL 243.6º 0.31% 0.32% -
HSV(B) 243.6º 0.47% 0.42% -
XYZ 5.82 4.8 14.26 -
YUV 62.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 59 56 106 0.44 0.47 0 0.58 243.6 0.31 0.32
Hex 3B 38 6A 2C 2F 0 3A F4 1F 20
Octal 73 70 152 54 57 0 72 364 37 40
Binary 111011 111000 1101010 101100 101111 0 111010 11110100 11111 100000

Color Harmonies of #3B386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B386A

Black with #3B386A

Text Example


Text Example

White with #3B386A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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