Html Css Color HEX #3B184F Jagger

📋 copy color: '#3B184F'

red 59 ◦ green 24 ◦ blue 79

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

Shades of Jagger #3B184F

Tints of Jagger #3B184F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

 BLUE value IS 79 (31.25% from 255) = 48.77%

R = 36.42%
G = 14.81%
B = 48.77%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B184F (or 0x3B184F) is known color: Jagger. HEX triplet: 3B, 18 and 4F. RGB value is (59,24,79). Sum of RGB (Red+Green+Blue) = 59+24+79=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B184F is #C4E7B0. Grayscale: #282828. Windows color (decimal): -12904369 or 5183547. OLE color: 5183547.

HSL color Cylindrical-coordinate representation of color #3B184F: hue angle of 278.18º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B184F is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 24 79 -
CMYK 0.25 0.70 0 0.69
HSL 278.18º 0.53% 0.2% -
HSV(B) 278.18º 0.7% 0.31% -
XYZ 3.54 2.15 7.63 -
YUV 40.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 59 24 79 0.25 0.70 0 0.69 278.18 0.53 0.2
Hex 3B 18 4F 19 46 0 45 116 35 14
Octal 73 30 117 31 106 0 105 426 65 24
Binary 111011 11000 1001111 11001 1000110 0 1000101 100010110 110101 10100

Color Harmonies of #3B184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B184F

Black with #3B184F

Text Example


Text Example

White with #3B184F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,24,79); }

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

background-color css

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

 a { background-color: rgb(59,24,79); }

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

border-color css

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

 span { border-color: rgb(59,24,79); }

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