Html Css Color HEX #384F6E Astronaut

📋 copy color: '#384F6E'

red 56 ◦ green 79 ◦ blue 110

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

Shades of Astronaut #384F6E

Tints of Astronaut #384F6E

RGB

 RED value IS 56 (22.27% from 255) = 22.86%

 GREEN value IS 79 (31.25% from 255) = 32.24%

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 22.86%
G = 32.24%
B = 44.9%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#384F6E (or 0x384F6E) is known color: Astronaut. HEX triplet: 38, 4F and 6E. RGB value is (56,79,110). Sum of RGB (Red+Green+Blue) = 56+79+110=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #384F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F6E is #C7B091. Grayscale: #4B4B4B. Windows color (decimal): -13086866 or 7229240. OLE color: 7229240.

HSL color Cylindrical-coordinate representation of color #384F6E: hue angle of 214.44º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #384F6E is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 79 110 -
CMYK 0.49 0.28 0 0.57
HSL 214.44º 0.33% 0.33% -
HSV(B) 214.44º 0.49% 0.43% -
XYZ 7.24 7.56 15.83 -
YUV 75.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 56 79 110 0.49 0.28 0 0.57 214.44 0.33 0.33
Hex 38 4F 6E 31 1C 0 39 D6 21 21
Octal 70 117 156 61 34 0 71 326 41 41
Binary 111000 1001111 1101110 110001 11100 0 111001 11010110 100001 100001

Color Harmonies of #384F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F6E

Black with #384F6E

Text Example


Text Example

White with #384F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384F6E; }

 p { color: rgb(56,79,110); }

 H1.HeaderClassName
 {
   color: #384F6E;
 }
 .AnyTagClassName
 {
   color: #384F6E;
 }
</style>

background-color css

<style>
 a { background-color: #384F6E; }

 a { background-color: rgb(56,79,110); }

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

border-color css

<style>
 span { border-color: #384F6E; }

 span { border-color: rgb(56,79,110); }

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