Html Css Color HEX #3C254E Jagger

📋 copy color: '#3C254E'

red 60 ◦ green 37 ◦ blue 78

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

Shades of Jagger #3C254E

Tints of Jagger #3C254E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.57%

R = 34.29%
G = 21.14%
B = 44.57%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C254E (or 0x3C254E) is known color: Jagger. HEX triplet: 3C, 25 and 4E. RGB value is (60,37,78). Sum of RGB (Red+Green+Blue) = 60+37+78=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C254E is #C3DAB1. Grayscale: #303030. Windows color (decimal): -12835506 or 5121340. OLE color: 5121340.

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

Color convert

RGB 60 37 78 -
CMYK 0.23 0.53 0 0.69
HSL 273.66º 0.36% 0.23% -
HSV(B) 273.66º 0.53% 0.31% -
XYZ 3.9 2.83 7.55 -
YUV 48.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 60 37 78 0.23 0.53 0 0.69 273.66 0.36 0.23
Hex 3C 25 4E 17 35 0 45 112 24 17
Octal 74 45 116 27 65 0 105 422 44 27
Binary 111100 100101 1001110 10111 110101 0 1000101 100010010 100100 10111

Color Harmonies of #3C254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C254E

Black with #3C254E

Text Example


Text Example

White with #3C254E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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