Html Css Color HEX #387184 Astral

📋 copy color: '#387184'

red 56 ◦ green 113 ◦ blue 132

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

Shades of Astral #387184

Tints of Astral #387184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.54%

 BLUE value IS 132 (51.95% from 255) = 43.85%

R = 18.6%
G = 37.54%
B = 43.85%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#387184 (or 0x387184) is known color: Astral. HEX triplet: 38, 71 and 84. RGB value is (56,113,132). Sum of RGB (Red+Green+Blue) = 56+113+132=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #387184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387184 is #C78E7B. Grayscale: #616161. Windows color (decimal): -13078140 or 8679736. OLE color: 8679736.

HSL color Cylindrical-coordinate representation of color #387184: hue angle of 195º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387184 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 113 132 -
CMYK 0.58 0.14 0 0.48
HSL 195º 0.4% 0.37% -
HSV(B) 195º 0.58% 0.52% -
XYZ 11.7 14.32 23.98 -
YUV 98.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 56 113 132 0.58 0.14 0 0.48 195 0.4 0.37
Hex 38 71 84 3A E 0 30 C3 28 25
Octal 70 161 204 72 16 0 60 303 50 45
Binary 111000 1110001 10000100 111010 1110 0 110000 11000011 101000 100101

Color Harmonies of #387184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387184

Black with #387184

Text Example


Text Example

White with #387184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387184; }

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

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

background-color css

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

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

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

border-color css

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

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

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