Html Css Color HEX #3F4A7A Astronaut

📋 copy color: '#3F4A7A'

red 63 ◦ green 74 ◦ blue 122

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

Shades of Astronaut #3F4A7A

Tints of Astronaut #3F4A7A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.57%

 BLUE value IS 122 (48.05% from 255) = 47.1%

R = 24.32%
G = 28.57%
B = 47.1%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F4A7A (or 0x3F4A7A) is known color: Astronaut. HEX triplet: 3F, 4A and 7A. RGB value is (63,74,122). Sum of RGB (Red+Green+Blue) = 63+74+122=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F4A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A7A is #C0B585. Grayscale: #4B4B4B. Windows color (decimal): -12629382 or 8014399. OLE color: 8014399.

HSL color Cylindrical-coordinate representation of color #3F4A7A: hue angle of 228.81º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F4A7A is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 74 122 -
CMYK 0.48 0.39 0 0.52
HSL 228.81º 0.32% 0.36% -
HSV(B) 228.81º 0.48% 0.48% -
XYZ 8.01 7.36 19.41 -
YUV 76.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 63 74 122 0.48 0.39 0 0.52 228.81 0.32 0.36
Hex 3F 4A 7A 30 27 0 34 E5 20 24
Octal 77 112 172 60 47 0 64 345 40 44
Binary 111111 1001010 1111010 110000 100111 0 110100 11100101 100000 100100

Color Harmonies of #3F4A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4A7A

Black with #3F4A7A

Text Example


Text Example

White with #3F4A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,74,122); }

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

background-color css

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

 a { background-color: rgb(63,74,122); }

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

border-color css

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

 span { border-color: rgb(63,74,122); }

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