Html Css Color HEX #3B254D Jagger

📋 copy color: '#3B254D'

red 59 ◦ green 37 ◦ blue 77

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

Shades of Jagger #3B254D

Tints of Jagger #3B254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

 BLUE value IS 77 (30.47% from 255) = 44.51%

R = 34.1%
G = 21.39%
B = 44.51%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B254D (or 0x3B254D) is known color: Jagger. HEX triplet: 3B, 25 and 4D. RGB value is (59,37,77). Sum of RGB (Red+Green+Blue) = 59+37+77=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B254D is #C4DAB2. Grayscale: #303030. Windows color (decimal): -12901043 or 5055803. OLE color: 5055803.

HSL color Cylindrical-coordinate representation of color #3B254D: hue angle of 273º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B254D is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 37 77 -
CMYK 0.23 0.52 0 0.70
HSL 273º 0.35% 0.22% -
HSV(B) 273º 0.52% 0.3% -
XYZ 3.8 2.79 7.36 -
YUV 48.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 59 37 77 0.23 0.52 0 0.70 273 0.35 0.22
Hex 3B 25 4D 17 34 0 46 111 23 16
Octal 73 45 115 27 64 0 106 421 43 26
Binary 111011 100101 1001101 10111 110100 0 1000110 100010001 100011 10110

Color Harmonies of #3B254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B254D

Black with #3B254D

Text Example


Text Example

White with #3B254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,37,77); }

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

background-color css

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

 a { background-color: rgb(59,37,77); }

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

border-color css

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

 span { border-color: rgb(59,37,77); }

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