Html Css Color HEX #3D4B75 Astronaut

📋 copy color: '#3D4B75'

red 61 ◦ green 75 ◦ blue 117

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

Shades of Astronaut #3D4B75

Tints of Astronaut #3D4B75

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.64%

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

R = 24.11%
G = 29.64%
B = 46.25%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D4B75 (or 0x3D4B75) is known color: Astronaut. HEX triplet: 3D, 4B and 75. RGB value is (61,75,117). Sum of RGB (Red+Green+Blue) = 61+75+117=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D4B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4B75 is #C2B48A. Grayscale: #4B4B4B. Windows color (decimal): -12760203 or 7686973. OLE color: 7686973.

HSL color Cylindrical-coordinate representation of color #3D4B75: hue angle of 225º 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 #3D4B75 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 75 117 -
CMYK 0.48 0.36 0 0.54
HSL 225º 0.31% 0.35% -
HSV(B) 225º 0.48% 0.46% -
XYZ 7.65 7.31 17.84 -
YUV 75.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 61 75 117 0.48 0.36 0 0.54 225 0.31 0.35
Hex 3D 4B 75 30 24 0 36 E1 1F 23
Octal 75 113 165 60 44 0 66 341 37 43
Binary 111101 1001011 1110101 110000 100100 0 110110 11100001 11111 100011

Color Harmonies of #3D4B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4B75

Black with #3D4B75

Text Example


Text Example

White with #3D4B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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