Html Css Color HEX #3D254B Jagger

📋 copy color: '#3D254B'

red 61 ◦ green 37 ◦ blue 75

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

Shades of Jagger #3D254B

Tints of Jagger #3D254B

RGB

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

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

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

R = 35.26%
G = 21.39%
B = 43.35%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D254B (or 0x3D254B) is known color: Jagger. HEX triplet: 3D, 25 and 4B. RGB value is (61,37,75). Sum of RGB (Red+Green+Blue) = 61+37+75=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D254B is #C2DAB4. Grayscale: #303030. Windows color (decimal): -12769973 or 4924733. OLE color: 4924733.

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

Color convert

RGB 61 37 75 -
CMYK 0.19 0.51 0 0.71
HSL 277.89º 0.34% 0.22% -
HSV(B) 277.89º 0.51% 0.29% -
XYZ 3.86 2.82 7 -
YUV 48.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 61 37 75 0.19 0.51 0 0.71 277.89 0.34 0.22
Hex 3D 25 4B 13 33 0 47 116 22 16
Octal 75 45 113 23 63 0 107 426 42 26
Binary 111101 100101 1001011 10011 110011 0 1000111 100010110 100010 10110

Color Harmonies of #3D254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D254B

Black with #3D254B

Text Example


Text Example

White with #3D254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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