Html Css Color HEX #3D254F Jagger

📋 copy color: '#3D254F'

red 61 ◦ green 37 ◦ blue 79

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

Shades of Jagger #3D254F

Tints of Jagger #3D254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 44.63%

R = 34.46%
G = 20.9%
B = 44.63%

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

#3D254F (or 0x3D254F) is known color: Jagger. HEX triplet: 3D, 25 and 4F. RGB value is (61,37,79). Sum of RGB (Red+Green+Blue) = 61+37+79=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D254F is #C2DAB0. Grayscale: #303030. Windows color (decimal): -12769969 or 5186877. OLE color: 5186877.

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

Color convert

RGB 61 37 79 -
CMYK 0.23 0.53 0 0.69
HSL 274.29º 0.36% 0.23% -
HSV(B) 274.29º 0.53% 0.31% -
XYZ 4 2.88 7.74 -
YUV 48.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 61 37 79 0.23 0.53 0 0.69 274.29 0.36 0.23
Hex 3D 25 4F 17 35 0 45 112 24 17
Octal 75 45 117 27 65 0 105 422 44 27
Binary 111101 100101 1001111 10111 110101 0 1000101 100010010 100100 10111

Color Harmonies of #3D254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D254F

Black with #3D254F

Text Example


Text Example

White with #3D254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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