Html Css Color HEX #3D4D75 Astronaut

📋 copy color: '#3D4D75'

red 61 ◦ green 77 ◦ blue 117

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

Shades of Astronaut #3D4D75

Tints of Astronaut #3D4D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.2%

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 23.92%
G = 30.2%
B = 45.88%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D4D75 (or 0x3D4D75) is known color: Astronaut. HEX triplet: 3D, 4D and 75. RGB value is (61,77,117). Sum of RGB (Red+Green+Blue) = 61+77+117=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D4D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4D75 is #C2B28A. Grayscale: #4C4C4C. Windows color (decimal): -12759691 or 7687485. OLE color: 7687485.

HSL color Cylindrical-coordinate representation of color #3D4D75: hue angle of 222.86º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D4D75 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 77 117 -
CMYK 0.48 0.34 0 0.54
HSL 222.86º 0.31% 0.35% -
HSV(B) 222.86º 0.48% 0.46% -
XYZ 7.79 7.58 17.88 -
YUV 76.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 61 77 117 0.48 0.34 0 0.54 222.86 0.31 0.35
Hex 3D 4D 75 30 22 0 36 DF 1F 23
Octal 75 115 165 60 42 0 66 337 37 43
Binary 111101 1001101 1110101 110000 100010 0 110110 11011111 11111 100011

Color Harmonies of #3D4D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4D75

Black with #3D4D75

Text Example


Text Example

White with #3D4D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,77,117); }

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

background-color css

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

 a { background-color: rgb(61,77,117); }

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

border-color css

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

 span { border-color: rgb(61,77,117); }

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