Html Css Color HEX #387489 Astral

📋 copy color: '#387489'

red 56 ◦ green 116 ◦ blue 137

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

Shades of Astral #387489

Tints of Astral #387489

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

 BLUE value IS 137 (53.91% from 255) = 44.34%

R = 18.12%
G = 37.54%
B = 44.34%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#387489 (or 0x387489) is known color: Astral. HEX triplet: 38, 74 and 89. RGB value is (56,116,137). Sum of RGB (Red+Green+Blue) = 56+116+137=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #387489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387489 is #C78B76. Grayscale: #646464. Windows color (decimal): -13077367 or 9008184. OLE color: 9008184.

HSL color Cylindrical-coordinate representation of color #387489: hue angle of 195.56º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387489 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 116 137 -
CMYK 0.59 0.15 0 0.46
HSL 195.56º 0.42% 0.38% -
HSV(B) 195.56º 0.59% 0.54% -
XYZ 12.39 15.14 25.94 -
YUV 100.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 56 116 137 0.59 0.15 0 0.46 195.56 0.42 0.38
Hex 38 74 89 3B F 0 2E C4 2A 26
Octal 70 164 211 73 17 0 56 304 52 46
Binary 111000 1110100 10001001 111011 1111 0 101110 11000100 101010 100110

Color Harmonies of #387489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387489

Black with #387489

Text Example


Text Example

White with #387489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387489; }

 p { color: rgb(56,116,137); }

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

background-color css

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

 a { background-color: rgb(56,116,137); }

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

border-color css

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

 span { border-color: rgb(56,116,137); }

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