Html Css Color HEX #3B386F Deep Koamaru

📋 copy color: '#3B386F'

red 59 ◦ green 56 ◦ blue 111

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

Shades of Deep Koamaru #3B386F

Tints of Deep Koamaru #3B386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 26.11%
G = 24.78%
B = 49.12%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B386F (or 0x3B386F) is known color: Deep Koamaru. HEX triplet: 3B, 38 and 6F. RGB value is (59,56,111). Sum of RGB (Red+Green+Blue) = 59+56+111=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B386F is #C4C790. Grayscale: #3E3E3E. Windows color (decimal): -12896145 or 7288891. OLE color: 7288891.

HSL color Cylindrical-coordinate representation of color #3B386F: hue angle of 243.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B386F is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 56 111 -
CMYK 0.47 0.50 0 0.56
HSL 243.27º 0.33% 0.33% -
HSV(B) 243.27º 0.5% 0.44% -
XYZ 6.09 4.91 15.67 -
YUV 63.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 59 56 111 0.47 0.50 0 0.56 243.27 0.33 0.33
Hex 3B 38 6F 2F 32 0 38 F3 21 21
Octal 73 70 157 57 62 0 70 363 41 41
Binary 111011 111000 1101111 101111 110010 0 111000 11110011 100001 100001

Color Harmonies of #3B386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B386F

Black with #3B386F

Text Example


Text Example

White with #3B386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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