Html Css Color HEX #387289 Astral

📋 copy color: '#387289'

red 56 ◦ green 114 ◦ blue 137

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

Shades of Astral #387289

Tints of Astral #387289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.13%

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

R = 18.24%
G = 37.13%
B = 44.63%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#387289 (or 0x387289) is known color: Astral. HEX triplet: 38, 72 and 89. RGB value is (56,114,137). Sum of RGB (Red+Green+Blue) = 56+114+137=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #387289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387289 is #C78D76. Grayscale: #636363. Windows color (decimal): -13077879 or 9007672. OLE color: 9007672.

HSL color Cylindrical-coordinate representation of color #387289: hue angle of 197.04º 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 #387289 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 114 137 -
CMYK 0.59 0.17 0 0.46
HSL 197.04º 0.42% 0.38% -
HSV(B) 197.04º 0.59% 0.54% -
XYZ 12.16 14.68 25.86 -
YUV 99.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 56 114 137 0.59 0.17 0 0.46 197.04 0.42 0.38
Hex 38 72 89 3B 11 0 2E C5 2A 26
Octal 70 162 211 73 21 0 56 305 52 46
Binary 111000 1110010 10001001 111011 10001 0 101110 11000101 101010 100110

Color Harmonies of #387289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387289

Black with #387289

Text Example


Text Example

White with #387289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387289; }

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

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

background-color css

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

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

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

border-color css

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

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

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