Html Css Color HEX #3A254B Jagger

📋 copy color: '#3A254B'

red 58 ◦ green 37 ◦ blue 75

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

Shades of Jagger #3A254B

Tints of Jagger #3A254B

RGB

 RED value IS 58 (23.05% from 255) = 34.12%

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

 BLUE value IS 75 (29.69% from 255) = 44.12%

R = 34.12%
G = 21.76%
B = 44.12%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A254B (or 0x3A254B) is known color: Jagger. HEX triplet: 3A, 25 and 4B. RGB value is (58,37,75). Sum of RGB (Red+Green+Blue) = 58+37+75=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A254B is #C5DAB4. Grayscale: #2F2F2F. Windows color (decimal): -12966581 or 4924730. OLE color: 4924730.

HSL color Cylindrical-coordinate representation of color #3A254B: hue angle of 273.16º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A254B is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 37 75 -
CMYK 0.23 0.51 0 0.71
HSL 273.16º 0.34% 0.22% -
HSV(B) 273.16º 0.51% 0.29% -
XYZ 3.68 2.73 6.99 -
YUV 47.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 58 37 75 0.23 0.51 0 0.71 273.16 0.34 0.22
Hex 3A 25 4B 17 33 0 47 111 22 16
Octal 72 45 113 27 63 0 107 421 42 26
Binary 111010 100101 1001011 10111 110011 0 1000111 100010001 100010 10110

Color Harmonies of #3A254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A254B

Black with #3A254B

Text Example


Text Example

White with #3A254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,37,75); }

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

background-color css

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

 a { background-color: rgb(58,37,75); }

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

border-color css

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

 span { border-color: rgb(58,37,75); }

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