Html Css Color HEX #387186 Astral

📋 copy color: '#387186'

red 56 ◦ green 113 ◦ blue 134

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

Shades of Astral #387186

Tints of Astral #387186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 44.22%

R = 18.48%
G = 37.29%
B = 44.22%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#387186 (or 0x387186) is known color: Astral. HEX triplet: 38, 71 and 86. RGB value is (56,113,134). Sum of RGB (Red+Green+Blue) = 56+113+134=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #387186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387186 is #C78E79. Grayscale: #626262. Windows color (decimal): -13078138 or 8810808. OLE color: 8810808.

HSL color Cylindrical-coordinate representation of color #387186: hue angle of 196.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387186 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 113 134 -
CMYK 0.58 0.16 0 0.47
HSL 196.15º 0.41% 0.37% -
HSV(B) 196.15º 0.58% 0.53% -
XYZ 11.84 14.37 24.7 -
YUV 98.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 56 113 134 0.58 0.16 0 0.47 196.15 0.41 0.37
Hex 38 71 86 3A 10 0 2F C4 29 25
Octal 70 161 206 72 20 0 57 304 51 45
Binary 111000 1110001 10000110 111010 10000 0 101111 11000100 101001 100101

Color Harmonies of #387186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387186

Black with #387186

Text Example


Text Example

White with #387186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387186; }

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

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

background-color css

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

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

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

border-color css

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

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

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