Html Css Color HEX #3C254B Jagger

📋 copy color: '#3C254B'

red 60 ◦ green 37 ◦ blue 75

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

Shades of Jagger #3C254B

Tints of Jagger #3C254B

RGB

 RED value IS 60 (23.83% from 255) = 34.88%

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

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

R = 34.88%
G = 21.51%
B = 43.6%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C254B (or 0x3C254B) is known color: Jagger. HEX triplet: 3C, 25 and 4B. RGB value is (60,37,75). Sum of RGB (Red+Green+Blue) = 60+37+75=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C254B is #C3DAB4. Grayscale: #303030. Windows color (decimal): -12835509 or 4924732. OLE color: 4924732.

HSL color Cylindrical-coordinate representation of color #3C254B: hue angle of 276.32º 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 #3C254B is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 37 75 -
CMYK 0.20 0.51 0 0.71
HSL 276.32º 0.34% 0.22% -
HSV(B) 276.32º 0.51% 0.29% -
XYZ 3.8 2.79 7 -
YUV 48.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 60 37 75 0.20 0.51 0 0.71 276.32 0.34 0.22
Hex 3C 25 4B 14 33 0 47 114 22 16
Octal 74 45 113 24 63 0 107 424 42 26
Binary 111100 100101 1001011 10100 110011 0 1000111 100010100 100010 10110

Color Harmonies of #3C254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C254B

Black with #3C254B

Text Example


Text Example

White with #3C254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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