Html Css Color HEX #3D254E Jagger

📋 copy color: '#3D254E'

red 61 ◦ green 37 ◦ blue 78

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

Shades of Jagger #3D254E

Tints of Jagger #3D254E

RGB

 RED value IS 61 (24.22% from 255) = 34.66%

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

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

R = 34.66%
G = 21.02%
B = 44.32%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D254E (or 0x3D254E) is known color: Jagger. HEX triplet: 3D, 25 and 4E. RGB value is (61,37,78). Sum of RGB (Red+Green+Blue) = 61+37+78=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D254E is #C2DAB1. Grayscale: #303030. Windows color (decimal): -12769970 or 5121341. OLE color: 5121341.

HSL color Cylindrical-coordinate representation of color #3D254E: hue angle of 275.12º 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 #3D254E is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 37 78 -
CMYK 0.22 0.53 0 0.69
HSL 275.12º 0.36% 0.23% -
HSV(B) 275.12º 0.53% 0.31% -
XYZ 3.96 2.87 7.55 -
YUV 48.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 61 37 78 0.22 0.53 0 0.69 275.12 0.36 0.23
Hex 3D 25 4E 16 35 0 45 113 24 17
Octal 75 45 116 26 65 0 105 423 44 27
Binary 111101 100101 1001110 10110 110101 0 1000101 100010011 100100 10111

Color Harmonies of #3D254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D254E

Black with #3D254E

Text Example


Text Example

White with #3D254E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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