Html Css Color HEX #3B366D Deep Koamaru

📋 copy color: '#3B366D'

red 59 ◦ green 54 ◦ blue 109

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

Shades of Deep Koamaru #3B366D

Tints of Deep Koamaru #3B366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.32%

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

R = 26.58%
G = 24.32%
B = 49.1%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3B366D (or 0x3B366D) is known color: Deep Koamaru. HEX triplet: 3B, 36 and 6D. RGB value is (59,54,109). Sum of RGB (Red+Green+Blue) = 59+54+109=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B366D is #C4C992. Grayscale: #3D3D3D. Windows color (decimal): -12896659 or 7157307. OLE color: 7157307.

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

Color convert

RGB 59 54 109 -
CMYK 0.46 0.50 0 0.57
HSL 245.45º 0.34% 0.32% -
HSV(B) 245.45º 0.5% 0.43% -
XYZ 5.88 4.67 15.06 -
YUV 61.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 59 54 109 0.46 0.50 0 0.57 245.45 0.34 0.32
Hex 3B 36 6D 2E 32 0 39 F5 22 20
Octal 73 66 155 56 62 0 71 365 42 40
Binary 111011 110110 1101101 101110 110010 0 111001 11110101 100010 100000

Color Harmonies of #3B366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B366D

Black with #3B366D

Text Example


Text Example

White with #3B366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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