Html Css Color HEX #3F4B78 Astronaut

📋 copy color: '#3F4B78'

red 63 ◦ green 75 ◦ blue 120

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

Shades of Astronaut #3F4B78

Tints of Astronaut #3F4B78

RGB

 RED value IS 63 (25% from 255) = 24.42%

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

 BLUE value IS 120 (47.27% from 255) = 46.51%

R = 24.42%
G = 29.07%
B = 46.51%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F4B78 (or 0x3F4B78) is known color: Astronaut. HEX triplet: 3F, 4B and 78. RGB value is (63,75,120). Sum of RGB (Red+Green+Blue) = 63+75+120=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F4B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4B78 is #C0B487. Grayscale: #4C4C4C. Windows color (decimal): -12629128 or 7883583. OLE color: 7883583.

HSL color Cylindrical-coordinate representation of color #3F4B78: hue angle of 227.37º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F4B78 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 75 120 -
CMYK 0.48 0.37 0 0.53
HSL 227.37º 0.31% 0.36% -
HSV(B) 227.37º 0.48% 0.47% -
XYZ 7.96 7.44 18.79 -
YUV 76.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 63 75 120 0.48 0.37 0 0.53 227.37 0.31 0.36
Hex 3F 4B 78 30 25 0 35 E3 1F 24
Octal 77 113 170 60 45 0 65 343 37 44
Binary 111111 1001011 1111000 110000 100101 0 110101 11100011 11111 100100

Color Harmonies of #3F4B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4B78

Black with #3F4B78

Text Example


Text Example

White with #3F4B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,75,120); }

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

background-color css

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

 a { background-color: rgb(63,75,120); }

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

border-color css

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

 span { border-color: rgb(63,75,120); }

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