Html Css Color HEX #387697 Astral

📋 copy color: '#387697'

red 56 ◦ green 118 ◦ blue 151

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

Shades of Astral #387697

Tints of Astral #387697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.46%

R = 17.23%
G = 36.31%
B = 46.46%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#387697 (or 0x387697) is known color: Astral. HEX triplet: 38, 76 and 97. RGB value is (56,118,151). Sum of RGB (Red+Green+Blue) = 56+118+151=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #387697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387697 is #C78968. Grayscale: #676767. Windows color (decimal): -13076841 or 9926200. OLE color: 9926200.

HSL color Cylindrical-coordinate representation of color #387697: hue angle of 200.84º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #387697 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 118 151 -
CMYK 0.63 0.22 0 0.41
HSL 200.84º 0.46% 0.41% -
HSV(B) 200.84º 0.63% 0.59% -
XYZ 13.7 16.03 31.65 -
YUV 103.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 56 118 151 0.63 0.22 0 0.41 200.84 0.46 0.41
Hex 38 76 97 3F 16 0 29 C9 2E 29
Octal 70 166 227 77 26 0 51 311 56 51
Binary 111000 1110110 10010111 111111 10110 0 101001 11001001 101110 101001

Color Harmonies of #387697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387697

Black with #387697

Text Example


Text Example

White with #387697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387697; }

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

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

background-color css

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

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

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

border-color css

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

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

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