Html Css Color HEX #387793 Astral

📋 copy color: '#387793'

red 56 ◦ green 119 ◦ blue 147

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

Shades of Astral #387793

Tints of Astral #387793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.96%

 BLUE value IS 147 (57.81% from 255) = 45.65%

R = 17.39%
G = 36.96%
B = 45.65%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#387793 (or 0x387793) is known color: Astral. HEX triplet: 38, 77 and 93. RGB value is (56,119,147). Sum of RGB (Red+Green+Blue) = 56+119+147=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #387793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387793 is #C7886C. Grayscale: #676767. Windows color (decimal): -13076589 or 9664312. OLE color: 9664312.

HSL color Cylindrical-coordinate representation of color #387793: hue angle of 198.46º 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 #387793 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 119 147 -
CMYK 0.62 0.19 0 0.42
HSL 198.46º 0.45% 0.4% -
HSV(B) 198.46º 0.62% 0.58% -
XYZ 13.49 16.14 30.01 -
YUV 103.36 152.63 94.22 -
System Red Green Blue C M Y K H S L
Decimal 56 119 147 0.62 0.19 0 0.42 198.46 0.45 0.4
Hex 38 77 93 3E 13 0 2A C6 2D 28
Octal 70 167 223 76 23 0 52 306 55 50
Binary 111000 1110111 10010011 111110 10011 0 101010 11000110 101101 101000

Color Harmonies of #387793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387793

Black with #387793

Text Example


Text Example

White with #387793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387793; }

 p { color: rgb(56,119,147); }

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

background-color css

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

 a { background-color: rgb(56,119,147); }

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

border-color css

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

 span { border-color: rgb(56,119,147); }

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