Html Css Color HEX #384B73 Astronaut

📋 copy color: '#384B73'

red 56 ◦ green 75 ◦ blue 115

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

Shades of Astronaut #384B73

Tints of Astronaut #384B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.49%

 BLUE value IS 115 (45.31% from 255) = 46.75%

R = 22.76%
G = 30.49%
B = 46.75%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#384B73 (or 0x384B73) is known color: Astronaut. HEX triplet: 38, 4B and 73. RGB value is (56,75,115). Sum of RGB (Red+Green+Blue) = 56+75+115=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #384B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B73 is #C7B48C. Grayscale: #494949. Windows color (decimal): -13087885 or 7555896. OLE color: 7555896.

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

Color convert

RGB 56 75 115 -
CMYK 0.51 0.35 0 0.55
HSL 220.68º 0.35% 0.34% -
HSV(B) 220.68º 0.51% 0.45% -
XYZ 7.24 7.11 17.21 -
YUV 73.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 56 75 115 0.51 0.35 0 0.55 220.68 0.35 0.34
Hex 38 4B 73 33 23 0 37 DD 23 22
Octal 70 113 163 63 43 0 67 335 43 42
Binary 111000 1001011 1110011 110011 100011 0 110111 11011101 100011 100010

Color Harmonies of #384B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B73

Black with #384B73

Text Example


Text Example

White with #384B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,75,115); }

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

background-color css

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

 a { background-color: rgb(56,75,115); }

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

border-color css

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

 span { border-color: rgb(56,75,115); }

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