Html Css Color HEX #3F4B6B Astronaut

📋 copy color: '#3F4B6B'

red 63 ◦ green 75 ◦ blue 107

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

Shades of Astronaut #3F4B6B

Tints of Astronaut #3F4B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.67%

R = 25.71%
G = 30.61%
B = 43.67%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F4B6B (or 0x3F4B6B) is known color: Astronaut. HEX triplet: 3F, 4B and 6B. RGB value is (63,75,107). Sum of RGB (Red+Green+Blue) = 63+75+107=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F4B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4B6B is #C0B494. Grayscale: #4A4A4A. Windows color (decimal): -12629141 or 7031615. OLE color: 7031615.

HSL color Cylindrical-coordinate representation of color #3F4B6B: hue angle of 223.64º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F4B6B is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 75 107 -
CMYK 0.41 0.30 0 0.58
HSL 223.64º 0.26% 0.33% -
HSV(B) 223.64º 0.41% 0.42% -
XYZ 7.22 7.15 14.91 -
YUV 75.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 63 75 107 0.41 0.30 0 0.58 223.64 0.26 0.33
Hex 3F 4B 6B 29 1E 0 3A E0 1A 21
Octal 77 113 153 51 36 0 72 340 32 41
Binary 111111 1001011 1101011 101001 11110 0 111010 11100000 11010 100001

Color Harmonies of #3F4B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4B6B

Black with #3F4B6B

Text Example


Text Example

White with #3F4B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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