Html Css Color HEX #396C7F Astral

📋 copy color: '#396C7F'

red 57 ◦ green 108 ◦ blue 127

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

Shades of Astral #396C7F

Tints of Astral #396C7F

RGB

 RED value IS 57 (22.66% from 255) = 19.52%

 GREEN value IS 108 (42.58% from 255) = 36.99%

 BLUE value IS 127 (50% from 255) = 43.49%

R = 19.52%
G = 36.99%
B = 43.49%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#396C7F (or 0x396C7F) is known color: Astral. HEX triplet: 39, 6C and 7F. RGB value is (57,108,127). Sum of RGB (Red+Green+Blue) = 57+108+127=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #396C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C7F is #C69380. Grayscale: #5E5E5E. Windows color (decimal): -13013889 or 8350777. OLE color: 8350777.

HSL color Cylindrical-coordinate representation of color #396C7F: hue angle of 196.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #396C7F is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 108 127 -
CMYK 0.55 0.15 0 0.50
HSL 196.29º 0.38% 0.36% -
HSV(B) 196.29º 0.55% 0.5% -
XYZ 10.88 13.13 22.04 -
YUV 94.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 57 108 127 0.55 0.15 0 0.50 196.29 0.38 0.36
Hex 39 6C 7F 37 F 0 32 C4 26 24
Octal 71 154 177 67 17 0 62 304 46 44
Binary 111001 1101100 1111111 110111 1111 0 110010 11000100 100110 100100

Color Harmonies of #396C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C7F

Black with #396C7F

Text Example


Text Example

White with #396C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396C7F; }

 p { color: rgb(57,108,127); }

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

background-color css

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

 a { background-color: rgb(57,108,127); }

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

border-color css

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

 span { border-color: rgb(57,108,127); }

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