Html Css Color HEX #384C75 Astronaut

📋 copy color: '#384C75'

red 56 ◦ green 76 ◦ blue 117

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

Shades of Astronaut #384C75

Tints of Astronaut #384C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.52%

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

R = 22.49%
G = 30.52%
B = 46.99%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#384C75 (or 0x384C75) is known color: Astronaut. HEX triplet: 38, 4C and 75. RGB value is (56,76,117). Sum of RGB (Red+Green+Blue) = 56+76+117=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #384C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C75 is #C7B38A. Grayscale: #4A4A4A. Windows color (decimal): -13087627 or 7687224. OLE color: 7687224.

HSL color Cylindrical-coordinate representation of color #384C75: hue angle of 220.33º 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 #384C75 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 76 117 -
CMYK 0.52 0.35 0 0.54
HSL 220.33º 0.35% 0.34% -
HSV(B) 220.33º 0.52% 0.46% -
XYZ 7.43 7.29 17.85 -
YUV 74.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 56 76 117 0.52 0.35 0 0.54 220.33 0.35 0.34
Hex 38 4C 75 34 23 0 36 DC 23 22
Octal 70 114 165 64 43 0 66 334 43 42
Binary 111000 1001100 1110101 110100 100011 0 110110 11011100 100011 100010

Color Harmonies of #384C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C75

Black with #384C75

Text Example


Text Example

White with #384C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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