Html Css Color HEX #384E6D Astronaut

📋 copy color: '#384E6D'

red 56 ◦ green 78 ◦ blue 109

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

Shades of Astronaut #384E6D

Tints of Astronaut #384E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.86%

R = 23.05%
G = 32.1%
B = 44.86%

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

#384E6D (or 0x384E6D) is known color: Astronaut. HEX triplet: 38, 4E and 6D. RGB value is (56,78,109). Sum of RGB (Red+Green+Blue) = 56+78+109=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #384E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E6D is #C7B192. Grayscale: #4A4A4A. Windows color (decimal): -13087123 or 7163448. OLE color: 7163448.

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

Color convert

RGB 56 78 109 -
CMYK 0.49 0.28 0 0.57
HSL 215.09º 0.32% 0.32% -
HSV(B) 215.09º 0.49% 0.43% -
XYZ 7.12 7.39 15.52 -
YUV 74.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 56 78 109 0.49 0.28 0 0.57 215.09 0.32 0.32
Hex 38 4E 6D 31 1C 0 39 D7 20 20
Octal 70 116 155 61 34 0 71 327 40 40
Binary 111000 1001110 1101101 110001 11100 0 111001 11010111 100000 100000

Color Harmonies of #384E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E6D

Black with #384E6D

Text Example


Text Example

White with #384E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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