Html Css Color HEX #384C6B Astronaut

📋 copy color: '#384C6B'

red 56 ◦ green 76 ◦ blue 107

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

Shades of Astronaut #384C6B

Tints of Astronaut #384C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.77%

R = 23.43%
G = 31.8%
B = 44.77%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#384C6B (or 0x384C6B) is known color: Astronaut. HEX triplet: 38, 4C and 6B. RGB value is (56,76,107). Sum of RGB (Red+Green+Blue) = 56+76+107=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #384C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C6B is #C7B394. Grayscale: #494949. Windows color (decimal): -13087637 or 7031864. OLE color: 7031864.

HSL color Cylindrical-coordinate representation of color #384C6B: hue angle of 216.47º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #384C6B is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 76 107 -
CMYK 0.48 0.29 0 0.58
HSL 216.47º 0.31% 0.32% -
HSV(B) 216.47º 0.48% 0.42% -
XYZ 6.87 7.07 14.91 -
YUV 73.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 56 76 107 0.48 0.29 0 0.58 216.47 0.31 0.32
Hex 38 4C 6B 30 1D 0 3A D8 1F 20
Octal 70 114 153 60 35 0 72 330 37 40
Binary 111000 1001100 1101011 110000 11101 0 111010 11011000 11111 100000

Color Harmonies of #384C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C6B

Black with #384C6B

Text Example


Text Example

White with #384C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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