Html Css Color HEX #387194 Astral

📋 copy color: '#387194'

red 56 ◦ green 113 ◦ blue 148

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

Shades of Astral #387194

Tints of Astral #387194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.69%

R = 17.67%
G = 35.65%
B = 46.69%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#387194 (or 0x387194) is known color: Astral. HEX triplet: 38, 71 and 94. RGB value is (56,113,148). Sum of RGB (Red+Green+Blue) = 56+113+148=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #387194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387194 is #C78E6B. Grayscale: #636363. Windows color (decimal): -13078124 or 9728312. OLE color: 9728312.

HSL color Cylindrical-coordinate representation of color #387194: hue angle of 202.83º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387194 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 113 148 -
CMYK 0.62 0.24 0 0.42
HSL 202.83º 0.45% 0.4% -
HSV(B) 202.83º 0.62% 0.58% -
XYZ 12.88 14.79 30.19 -
YUV 99.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 56 113 148 0.62 0.24 0 0.42 202.83 0.45 0.4
Hex 38 71 94 3E 18 0 2A CB 2D 28
Octal 70 161 224 76 30 0 52 313 55 50
Binary 111000 1110001 10010100 111110 11000 0 101010 11001011 101101 101000

Color Harmonies of #387194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387194

Black with #387194

Text Example


Text Example

White with #387194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387194; }

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

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

background-color css

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

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

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

border-color css

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

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

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