Html Css Color HEX #3D507C Astronaut

📋 copy color: '#3D507C'

red 61 ◦ green 80 ◦ blue 124

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

Shades of Astronaut #3D507C

Tints of Astronaut #3D507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.19%

 BLUE value IS 124 (48.83% from 255) = 46.79%

R = 23.02%
G = 30.19%
B = 46.79%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D507C (or 0x3D507C) is known color: Astronaut. HEX triplet: 3D, 50 and 7C. RGB value is (61,80,124). Sum of RGB (Red+Green+Blue) = 61+80+124=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D507C is #C2AF83. Grayscale: #4F4F4F. Windows color (decimal): -12758916 or 8147005. OLE color: 8147005.

HSL color Cylindrical-coordinate representation of color #3D507C: hue angle of 221.9º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D507C is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 61 80 124 -
CMYK 0.51 0.35 0 0.51
HSL 221.9º 0.34% 0.36% -
HSV(B) 221.9º 0.51% 0.49% -
XYZ 8.43 8.18 20.2 -
YUV 79.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 61 80 124 0.51 0.35 0 0.51 221.9 0.34 0.36
Hex 3D 50 7C 33 23 0 33 DE 22 24
Octal 75 120 174 63 43 0 63 336 42 44
Binary 111101 1010000 1111100 110011 100011 0 110011 11011110 100010 100100

Color Harmonies of #3D507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D507C

Black with #3D507C

Text Example


Text Example

White with #3D507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,80,124); }

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

background-color css

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

 a { background-color: rgb(61,80,124); }

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

border-color css

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

 span { border-color: rgb(61,80,124); }

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