Html Css Color HEX #384E75 Astronaut

📋 copy color: '#384E75'

red 56 ◦ green 78 ◦ blue 117

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

Shades of Astronaut #384E75

Tints of Astronaut #384E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.61%

R = 22.31%
G = 31.08%
B = 46.61%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#384E75 (or 0x384E75) is known color: Astronaut. HEX triplet: 38, 4E and 75. RGB value is (56,78,117). Sum of RGB (Red+Green+Blue) = 56+78+117=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #384E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E75 is #C7B18A. Grayscale: #4B4B4B. Windows color (decimal): -13087115 or 7687736. OLE color: 7687736.

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

Color convert

RGB 56 78 117 -
CMYK 0.52 0.33 0 0.54
HSL 218.36º 0.35% 0.34% -
HSV(B) 218.36º 0.52% 0.46% -
XYZ 7.57 7.57 17.89 -
YUV 75.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 56 78 117 0.52 0.33 0 0.54 218.36 0.35 0.34
Hex 38 4E 75 34 21 0 36 DA 23 22
Octal 70 116 165 64 41 0 66 332 43 42
Binary 111000 1001110 1110101 110100 100001 0 110110 11011010 100011 100010

Color Harmonies of #384E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E75

Black with #384E75

Text Example


Text Example

White with #384E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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