Html Css Color HEX #384F70 Astronaut

📋 copy color: '#384F70'

red 56 ◦ green 79 ◦ blue 112

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

Shades of Astronaut #384F70

Tints of Astronaut #384F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.34%

R = 22.67%
G = 31.98%
B = 45.34%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#384F70 (or 0x384F70) is known color: Astronaut. HEX triplet: 38, 4F and 70. RGB value is (56,79,112). Sum of RGB (Red+Green+Blue) = 56+79+112=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #384F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F70 is #C7B08F. Grayscale: #4B4B4B. Windows color (decimal): -13086864 or 7360312. OLE color: 7360312.

HSL color Cylindrical-coordinate representation of color #384F70: hue angle of 215.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #384F70 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 79 112 -
CMYK 0.50 0.29 0 0.56
HSL 215.36º 0.33% 0.33% -
HSV(B) 215.36º 0.5% 0.44% -
XYZ 7.35 7.6 16.41 -
YUV 75.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 56 79 112 0.50 0.29 0 0.56 215.36 0.33 0.33
Hex 38 4F 70 32 1D 0 38 D7 21 21
Octal 70 117 160 62 35 0 70 327 41 41
Binary 111000 1001111 1110000 110010 11101 0 111000 11010111 100001 100001

Color Harmonies of #384F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F70

Black with #384F70

Text Example


Text Example

White with #384F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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