Html Css Color HEX #3B3668 Deep Koamaru

📋 copy color: '#3B3668'

red 59 ◦ green 54 ◦ blue 104

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

Shades of Deep Koamaru #3B3668

Tints of Deep Koamaru #3B3668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.93%

R = 27.19%
G = 24.88%
B = 47.93%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3B3668 (or 0x3B3668) is known color: Deep Koamaru. HEX triplet: 3B, 36 and 68. RGB value is (59,54,104). Sum of RGB (Red+Green+Blue) = 59+54+104=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #3B3668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3668 is #C4C997. Grayscale: #3D3D3D. Windows color (decimal): -12896664 or 6829627. OLE color: 6829627.

HSL color Cylindrical-coordinate representation of color #3B3668: hue angle of 246º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B3668 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 59 54 104 -
CMYK 0.43 0.48 0 0.59
HSL 246º 0.32% 0.31% -
HSV(B) 246º 0.48% 0.41% -
XYZ 5.62 4.57 13.68 -
YUV 61.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 59 54 104 0.43 0.48 0 0.59 246 0.32 0.31
Hex 3B 36 68 2B 30 0 3B F6 20 1F
Octal 73 66 150 53 60 0 73 366 40 37
Binary 111011 110110 1101000 101011 110000 0 111011 11110110 100000 11111

Color Harmonies of #3B3668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3668

Black with #3B3668

Text Example


Text Example

White with #3B3668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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