Html Css Color HEX #3D304B Jagger

📋 copy color: '#3D304B'

red 61 ◦ green 48 ◦ blue 75

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

Shades of Jagger #3D304B

Tints of Jagger #3D304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.09%

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

R = 33.15%
G = 26.09%
B = 40.76%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D304B (or 0x3D304B) is known color: Jagger. HEX triplet: 3D, 30 and 4B. RGB value is (61,48,75). Sum of RGB (Red+Green+Blue) = 61+48+75=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D304B is #C2CFB4. Grayscale: #363636. Windows color (decimal): -12767157 or 4927549. OLE color: 4927549.

HSL color Cylindrical-coordinate representation of color #3D304B: hue angle of 268.89º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D304B is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 48 75 -
CMYK 0.19 0.36 0 0.71
HSL 268.89º 0.22% 0.24% -
HSV(B) 268.89º 0.36% 0.29% -
XYZ 4.25 3.61 7.13 -
YUV 54.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 61 48 75 0.19 0.36 0 0.71 268.89 0.22 0.24
Hex 3D 30 4B 13 24 0 47 10D 16 18
Octal 75 60 113 23 44 0 107 415 26 30
Binary 111101 110000 1001011 10011 100100 0 1000111 100001101 10110 11000

Color Harmonies of #3D304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D304B

Black with #3D304B

Text Example


Text Example

White with #3D304B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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