Html Css Color HEX #384B71 Astronaut

📋 copy color: '#384B71'

red 56 ◦ green 75 ◦ blue 113

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

Shades of Astronaut #384B71

Tints of Astronaut #384B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 22.95%
G = 30.74%
B = 46.31%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#384B71 (or 0x384B71) is known color: Astronaut. HEX triplet: 38, 4B and 71. RGB value is (56,75,113). Sum of RGB (Red+Green+Blue) = 56+75+113=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #384B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B71 is #C7B48E. Grayscale: #494949. Windows color (decimal): -13087887 or 7424824. OLE color: 7424824.

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

Color convert

RGB 56 75 113 -
CMYK 0.50 0.34 0 0.56
HSL 220º 0.34% 0.33% -
HSV(B) 220º 0.5% 0.44% -
XYZ 7.13 7.07 16.61 -
YUV 73.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 56 75 113 0.50 0.34 0 0.56 220 0.34 0.33
Hex 38 4B 71 32 22 0 38 DC 22 21
Octal 70 113 161 62 42 0 70 334 42 41
Binary 111000 1001011 1110001 110010 100010 0 111000 11011100 100010 100001

Color Harmonies of #384B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B71

Black with #384B71

Text Example


Text Example

White with #384B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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