Html Css Color HEX #387695 Astral

📋 copy color: '#387695'

red 56 ◦ green 118 ◦ blue 149

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

Shades of Astral #387695

Tints of Astral #387695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

 BLUE value IS 149 (58.59% from 255) = 46.13%

R = 17.34%
G = 36.53%
B = 46.13%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#387695 (or 0x387695) is known color: Astral. HEX triplet: 38, 76 and 95. RGB value is (56,118,149). Sum of RGB (Red+Green+Blue) = 56+118+149=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #387695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387695 is #C7896A. Grayscale: #666666. Windows color (decimal): -13076843 or 9795128. OLE color: 9795128.

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

Color convert

RGB 56 118 149 -
CMYK 0.62 0.21 0 0.42
HSL 200º 0.45% 0.4% -
HSV(B) 200º 0.62% 0.58% -
XYZ 13.53 15.97 30.8 -
YUV 103 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 56 118 149 0.62 0.21 0 0.42 200 0.45 0.4
Hex 38 76 95 3E 15 0 2A C8 2D 28
Octal 70 166 225 76 25 0 52 310 55 50
Binary 111000 1110110 10010101 111110 10101 0 101010 11001000 101101 101000

Color Harmonies of #387695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387695

Black with #387695

Text Example


Text Example

White with #387695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387695; }

 p { color: rgb(56,118,149); }

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

background-color css

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

 a { background-color: rgb(56,118,149); }

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

border-color css

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

 span { border-color: rgb(56,118,149); }

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