Html Css Color HEX #384E6F Astronaut

📋 copy color: '#384E6F'

red 56 ◦ green 78 ◦ blue 111

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

Shades of Astronaut #384E6F

Tints of Astronaut #384E6F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.84%

 BLUE value IS 111 (43.75% from 255) = 45.31%

R = 22.86%
G = 31.84%
B = 45.31%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#384E6F (or 0x384E6F) is known color: Astronaut. HEX triplet: 38, 4E and 6F. RGB value is (56,78,111). Sum of RGB (Red+Green+Blue) = 56+78+111=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #384E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E6F is #C7B190. Grayscale: #4B4B4B. Windows color (decimal): -13087121 or 7294520. OLE color: 7294520.

HSL color Cylindrical-coordinate representation of color #384E6F: hue angle of 216º 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 #384E6F is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 78 111 -
CMYK 0.50 0.30 0 0.56
HSL 216º 0.33% 0.33% -
HSV(B) 216º 0.5% 0.44% -
XYZ 7.22 7.44 16.09 -
YUV 75.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 56 78 111 0.50 0.30 0 0.56 216 0.33 0.33
Hex 38 4E 6F 32 1E 0 38 D8 21 21
Octal 70 116 157 62 36 0 70 330 41 41
Binary 111000 1001110 1101111 110010 11110 0 111000 11011000 100001 100001

Color Harmonies of #384E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E6F

Black with #384E6F

Text Example


Text Example

White with #384E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,78,111); }

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

background-color css

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

 a { background-color: rgb(56,78,111); }

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

border-color css

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

 span { border-color: rgb(56,78,111); }

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