Html Css Color HEX #384F74 Astronaut

📋 copy color: '#384F74'

red 56 ◦ green 79 ◦ blue 116

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

Shades of Astronaut #384F74

Tints of Astronaut #384F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.22%

R = 22.31%
G = 31.47%
B = 46.22%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#384F74 (or 0x384F74) is known color: Astronaut. HEX triplet: 38, 4F and 74. RGB value is (56,79,116). Sum of RGB (Red+Green+Blue) = 56+79+116=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #384F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F74 is #C7B08B. Grayscale: #4C4C4C. Windows color (decimal): -13086860 or 7622456. OLE color: 7622456.

HSL color Cylindrical-coordinate representation of color #384F74: hue angle of 217º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #384F74 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 79 116 -
CMYK 0.52 0.32 0 0.55
HSL 217º 0.35% 0.34% -
HSV(B) 217º 0.52% 0.45% -
XYZ 7.58 7.69 17.61 -
YUV 76.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 56 79 116 0.52 0.32 0 0.55 217 0.35 0.34
Hex 38 4F 74 34 20 0 37 D9 23 22
Octal 70 117 164 64 40 0 67 331 43 42
Binary 111000 1001111 1110100 110100 100000 0 110111 11011001 100011 100010

Color Harmonies of #384F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F74

Black with #384F74

Text Example


Text Example

White with #384F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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