Html Css Color HEX #384A69 Astronaut

📋 copy color: '#384A69'

red 56 ◦ green 74 ◦ blue 105

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

Shades of Astronaut #384A69

Tints of Astronaut #384A69

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.49%

 BLUE value IS 105 (41.41% from 255) = 44.68%

R = 23.83%
G = 31.49%
B = 44.68%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384A69 (or 0x384A69) is known color: Astronaut. HEX triplet: 38, 4A and 69. RGB value is (56,74,105). Sum of RGB (Red+Green+Blue) = 56+74+105=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #384A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A69 is #C7B596. Grayscale: #484848. Windows color (decimal): -13088151 or 6900280. OLE color: 6900280.

HSL color Cylindrical-coordinate representation of color #384A69: hue angle of 217.96º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #384A69 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 74 105 -
CMYK 0.47 0.30 0 0.59
HSL 217.96º 0.3% 0.32% -
HSV(B) 217.96º 0.47% 0.41% -
XYZ 6.63 6.76 14.32 -
YUV 72.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 56 74 105 0.47 0.30 0 0.59 217.96 0.3 0.32
Hex 38 4A 69 2F 1E 0 3B DA 1E 20
Octal 70 112 151 57 36 0 73 332 36 40
Binary 111000 1001010 1101001 101111 11110 0 111011 11011010 11110 100000

Color Harmonies of #384A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A69

Black with #384A69

Text Example


Text Example

White with #384A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,74,105); }

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

background-color css

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

 a { background-color: rgb(56,74,105); }

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

border-color css

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

 span { border-color: rgb(56,74,105); }

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